FileManagerUploadLocalizationSettingsBuilder
Methods
Cancel(System.String)
Sets the text of the Cancel button.
Parameters
value - System.String
The value for Cancel
ClearSelectedFiles(System.String)
Sets the text of the Clear button.
Parameters
value - System.String
The value for ClearSelectedFiles
DropFilesHere(System.String)
Sets the hint of the drop-zone.
Parameters
value - System.String
The value for DropFilesHere
HeaderStatusUploaded(System.String)
Sets the status message of the header for the uploaded files.
Parameters
value - System.String
The value for HeaderStatusUploaded
HeaderStatusUploading(System.String)
Sets the status message of the header for the files that are in the process of upload.
Parameters
value - System.String
The value for HeaderStatusUploading
InvalidFileExtension(System.String)
Sets the text of the validation message for an invalid file extension.
Parameters
value - System.String
The value for InvalidFileExtension
InvalidFiles(System.String)
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.
Parameters
value - System.String
The value for InvalidFiles
InvalidMaxFileSize(System.String)
Sets the text of the validation message for an invalid maximum file size.
Parameters
value - System.String
The value for InvalidMaxFileSize
InvalidMinFileSize(System.String)
Sets the text of the validation message for an invalid minimum file size.
Parameters
value - System.String
The value for InvalidMinFileSize
Remove(System.String)
Sets the text of the Remove button.
Parameters
value - System.String
The value for Remove
Retry(System.String)
Sets the text of the Retry button.
Parameters
value - System.String
The value for Retry
Select(System.String)
Sets the text of the Select... button.
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 successful uploads.
Parameters
value - System.String
The value for StatusUploaded
StatusUploading(System.String)
Sets the status message for files that are in the process of upload.
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