FileManagerMessagesDialogsSettingsBuilder
Methods
Upload(System.Action)
Defines the localization messages for the upload dialog in the FileManager. This object contains all text messages displayed within the file upload dialog, including the dialog title, action buttons, and status messages. It provides comprehensive localization support for the upload functionality.
Parameters
configurator - System.Action<FileManagerMessagesDialogsUploadSettingsBuilder>
The action that configures the upload.
MoveConfirm(System.Action)
Defines the localization messages for the move confirmation dialog in the FileManager. This object contains all text messages displayed when users drag and drop files or folders, providing options to move or copy the selected items. It provides comprehensive localization support for the move/copy functionality.
Parameters
configurator - System.Action<FileManagerMessagesDialogsMoveConfirmSettingsBuilder>
The action that configures the moveconfirm.
DeleteConfirm(System.Action)
Defines the localization messages for the delete confirmation dialog in the FileManager. This object contains all text messages displayed when users attempt to delete files or folders, ensuring they confirm the destructive action before proceeding. It provides comprehensive localization support for the delete functionality.
Parameters
configurator - System.Action<FileManagerMessagesDialogsDeleteConfirmSettingsBuilder>
The action that configures the deleteconfirm.
RenamePrompt(System.Action)
Defines the localization messages for the rename prompt dialog in the FileManager. This object contains all text messages displayed when users attempt to rename files or folders, including the dialog title, input prompt, and action buttons. It provides comprehensive localization support for the rename functionality.
Parameters
configurator - System.Action<FileManagerMessagesDialogsRenamePromptSettingsBuilder>
The action that configures the renameprompt.