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