FileManagerMessagesDialogsDeleteConfirmSettingsBuilder

Methods

Title(System.String)

Defines the title text for the delete confirmation dialog in the FileManager. This message appears in the dialog header when users attempt to delete selected files or folders, providing a clear warning about the destructive action. 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 delete confirmation dialog in the FileManager. This message appears as the main body text that asks users to confirm the permanent deletion of selected files and folders. 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 delete confirmation dialog. This message appears on the button that executes the deletion when users confirm they want to permanently remove the selected files and folders. 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 delete confirmation dialog. This message appears on the button that dismisses the dialog without deleting any files or folders, allowing users to abort the deletion 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 delete confirmation dialog. This message appears on the button or link that dismisses the dialog without performing the deletion, effectively canceling the destructive 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.