FileManagerMessagesDialogsUploadSettingsBuilder
Methods
Title(System.String)
Defines the title text for the upload dialog in the FileManager. This message appears in the dialog header when users open the file upload dialog, providing a clear indication of the dialog's purpose. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value for Title
RETURNS
Returns the current FileManagerMessagesDialogsUploadSettingsBuilder instance.
Clear(System.String)
Defines the text for the clear button in the upload dialog. This message appears on the button that allows users to remove all selected files from the upload queue before uploading. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value for Clear
RETURNS
Returns the current FileManagerMessagesDialogsUploadSettingsBuilder instance.
Done(System.String)
Defines the text for the done button in the upload dialog. This message appears on the button that closes the upload dialog after files have been successfully uploaded or when users want to dismiss the dialog. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value for Done
RETURNS
Returns the current FileManagerMessagesDialogsUploadSettingsBuilder instance.