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