Class UploadboxDialogTextBuilder
Inheritance
System.Object
UploadboxDialogTextBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class UploadboxDialogTextBuilder
Constructors
UploadboxDialogTextBuilder(UploadboxProperties)
Property for applying the text to the Dialog title and content headers.
Declaration
public UploadboxDialogTextBuilder(UploadboxProperties buttonText)
Parameters
Type | Name | Description |
---|---|---|
UploadboxProperties | buttonText | buttonText |
Methods
Name(String)
Sets the uploaded file’s Name (header text) to the Dialog popup.
Declaration
public UploadboxDialogTextBuilder Name(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | name |
Returns
Type | Description |
---|---|
UploadboxDialogTextBuilder | This method returns string value |
Size(String)
Sets the upload file Size (header text) to the dialog popup.
Declaration
public UploadboxDialogTextBuilder Size(string size)
Parameters
Type | Name | Description |
---|---|---|
System.String | size | size |
Returns
Type | Description |
---|---|
UploadboxDialogTextBuilder | This method returns string value |
Status(String)
Sets the upload file Status (header text) to the dialog popup.
Declaration
public UploadboxDialogTextBuilder Status(string status)
Parameters
Type | Name | Description |
---|---|---|
System.String | status | status |
Returns
Type | Description |
---|---|
UploadboxDialogTextBuilder | This method returns string value |
Title(String)
Sets the title text of the dialog popup.
Declaration
public UploadboxDialogTextBuilder Title(string dialogTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | dialogTitle | dialogTitle |
Returns
Type | Description |
---|---|
UploadboxDialogTextBuilder | This method returns string value |