Kendo.Mvc.UI.FileManagerUploadLocalizationSettings
Defines the fluent API for configuring the FileManagerUploadLocalizationSettings settings.
Properties
Cancel
Sets the text of the Cancel button.
ClearSelectedFiles
Sets the text of the Clear button.
DropFilesHere
Sets the hint of the drop-zone.
HeaderStatusUploaded
Sets the status message of the header for the uploaded files.
HeaderStatusUploading
Sets the status message of the header for the files that are in the process of upload.
InvalidFileExtension
Sets the text of the validation message for an invalid file extension.
InvalidFiles
Sets the text of the validation messages for invalid files when the batch
property is set to true
and two or more files fail the validation.
InvalidMaxFileSize
Sets the text of the validation message for an invalid maximum file size.
InvalidMinFileSize
Sets the text of the validation message for an invalid minimum file size.
Remove
Sets the text of the Remove button.
Retry
Sets the text of the Retry button.
Select
Sets the text of the Select... button.
StatusFailed
Sets the status message for failed uploads.
StatusUploaded
Sets the status message for successful uploads.
StatusUploading
Sets the status message for files that are in the process of upload.
UploadSelectedFiles
Sets the text of the Upload files button.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary