UploadMessagesSettingsBuilder
Methods
Cancel(System.String)
Sets the text of the cancel button text.
Parameters
value - System.String
The value for Cancel
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
DropFilesHere(System.String)
Sets the drop zone hint.
Parameters
value - System.String
The value for DropFilesHere
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
HeaderStatusPaused(System.String)
Sets the paused status message of the header.
Parameters
value - System.String
The value for HeaderStatusPaused
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
HeaderStatusUploaded(System.String)
Sets the header status message for uploaded files.
Parameters
value - System.String
The value for HeaderStatusUploaded
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
HeaderStatusUploading(System.String)
Sets the header status message for files that are being uploaded.
Parameters
value - System.String
The value for HeaderStatusUploading
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
UploadSuccess(System.String)
Sets the text of the validation message when a file is succesfully uploaded.
Parameters
value - System.String
The value for UploadSuccess
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
UploadFail(System.String)
Sets the text of the validation message when a file fails to upload.
Parameters
value - System.String
The value for UploadFail
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
Remove(System.String)
Sets the text of the remove button text.
Parameters
value - System.String
The value for Remove
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
Retry(System.String)
Sets the text of the retry button text.
Parameters
value - System.String
The value for Retry
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
Select(System.String)
Sets the "Select..." button text.
Parameters
value - System.String
The value for Select
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
StatusFailed(System.String)
Sets the status message for failed uploads.
Parameters
value - System.String
The value for StatusFailed
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
StatusUploaded(System.String)
Sets the status message for uploaded files.
Parameters
value - System.String
The value for StatusUploaded
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
StatusUploading(System.String)
Sets the status message for files that are being uploaded.
Parameters
value - System.String
The value for StatusUploading
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
UploadSelectedFiles(System.String)
Sets the text of the "Upload files" button.
Parameters
value - System.String
The value for UploadSelectedFiles
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
InvalidMaxFileSize(System.String)
Sets the status message for invalid maximal size.
Parameters
value - System.String
The value for InvalidMaxFileSize
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
InvalidMinFileSize(System.String)
Sets the status message for invalid minimal file size.
Parameters
value - System.String
The value for InvalidMinFileSize
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
InvalidFileExtension(System.String)
Sets the status message for invalid file extension.
Parameters
value - System.String
The value for InvalidFileExtension
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.
ClearSelectedFiles(System.String)
Sets the text of the clear files.
Parameters
value - System.String
The value for ClearSelectedFiles
RETURNS
Returns the current UploadMessagesSettingsBuilder instance.