FileManagerMessagesDialogsMoveConfirmSettingsBuilder

Methods

Title(System.String)

Defines the title text for the move confirmation dialog in the FileManager. This message appears in the dialog header when users perform a drag-and-drop operation that requires choosing between move or copy actions. 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 FileManagerMessagesDialogsMoveConfirmSettingsBuilder instance.

Content(System.String)

Defines the content text for the move confirmation dialog in the FileManager. This message appears as the main body text that asks users whether they want to move or copy 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 for Content

RETURNS

Returns the current FileManagerMessagesDialogsMoveConfirmSettingsBuilder instance.

OkText(System.String)

Defines the text for the primary action button in the move confirmation dialog. This message appears on the button that performs the copy action when users choose to duplicate files and folders instead of moving them. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for OkText

RETURNS

Returns the current FileManagerMessagesDialogsMoveConfirmSettingsBuilder instance.

Cancel(System.String)

Defines the text for the secondary action button in the move confirmation dialog. This message appears on the button that performs the move action when users choose to relocate files and folders instead of copying them. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Cancel

RETURNS

Returns the current FileManagerMessagesDialogsMoveConfirmSettingsBuilder instance.

Close(System.String)

Defines the text for the close button in the move confirmation dialog. This message appears on the button or link that dismisses the dialog without performing any action, canceling the move or copy operation. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Close

RETURNS

Returns the current FileManagerMessagesDialogsMoveConfirmSettingsBuilder instance.