FileManagerMessagesDialogsRenamePromptSettingsBuilder
Methods
Title(System.String)
Defines the title text for the rename prompt dialog in the FileManager. This message appears in the dialog header when users initiate a rename operation on a selected file or folder. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value that configures the title.
Content(System.String)
Defines the content text for the rename prompt dialog in the FileManager. This message appears as instructional text that prompts users to enter a new name for the selected file or folder. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value that configures the content.
OkText(System.String)
Defines the text for the primary action button in the rename prompt dialog. This message appears on the button that executes the rename operation when users have entered a new name for the selected file or folder. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value that configures the oktext.
Cancel(System.String)
Defines the text for the cancel button in the rename prompt dialog. This message appears on the button that dismisses the dialog without renaming the file or folder, allowing users to abort the rename operation. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value that configures the cancel.
Close(System.String)
Defines the text for the close button in the rename prompt dialog. This message appears on the button or link that dismisses the dialog without performing the rename action, effectively canceling the operation. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value that configures the close.