FileManagerMessagesToolbarSettingsBuilder

Methods

CreateFolder(System.String)

Defines the text for the create folder button in the toolbar. This message appears as a tooltip and button label for the create folder action in the FileManager toolbar. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for CreateFolder

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

Upload(System.String)

Defines the text for the upload button in the toolbar. This message appears as a tooltip and button label for the file upload action in the FileManager toolbar. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Upload

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

SortDirection(System.String)

Defines the text for the sort direction dropdown in the toolbar. This message appears as a label for the dropdown that allows users to select between ascending and descending sort orders. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for SortDirection

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

SortDirectionAsc(System.String)

Defines the text for the ascending sort direction option in the toolbar dropdown. This message appears as an option in the sort direction dropdown menu, allowing users to sort files and folders in ascending order. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for SortDirectionAsc

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

SortDirectionDesc(System.String)

Defines the text for the descending sort direction option in the toolbar dropdown. This message appears as an option in the sort direction dropdown menu, allowing users to sort files and folders in descending order. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for SortDirectionDesc

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

SortField(System.String)

Defines the text for the sort field dropdown in the toolbar. This message appears as a label for the dropdown that allows users to select which column to sort by (name, size, type, or date). It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for SortField

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

NameField(System.String)

Defines the text for the name field option in the sort field dropdown. This message appears as an option in the sort field dropdown menu, allowing users to sort files and folders by their name. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for NameField

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

SizeField(System.String)

Defines the text for the size field option in the sort field dropdown. This message appears as an option in the sort field dropdown menu, allowing users to sort files and folders by their size. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for SizeField

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

TypeField(System.String)

Defines the text for the type field option in the sort field dropdown. This message appears as an option in the sort field dropdown menu, allowing users to sort files and folders by their file type or extension. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for TypeField

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

DateModifiedField(System.String)

Defines the text for the date modified field option in the sort field dropdown. This message appears as an option in the sort field dropdown menu, allowing users to sort files and folders by their last modification date. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for DateModifiedField

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

DateCreatedField(System.String)

Defines the text for the date created field option in the sort field dropdown. This message appears as an option in the sort field dropdown menu, allowing users to sort files and folders by their creation date. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for DateCreatedField

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

Search(System.String)

Defines the text for the search functionality in the toolbar. This message appears as a placeholder or label for the search input field, allowing users to search for files and folders by name. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Search

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

Details(System.String)

Defines the text for the details toggle button in the toolbar. This message appears as a tooltip and button label for the toggle that switches the details pane visibility in the FileManager. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Details

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

DetailsChecked(System.String)

Defines the text for the details toggle button when the details pane is visible. This message appears as an accessibility label or tooltip text when the details pane is currently shown, indicating the checked state of the toggle. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for DetailsChecked

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

DetailsUnchecked(System.String)

Defines the text for the details toggle button when the details pane is hidden. This message appears as an accessibility label or tooltip text when the details pane is currently hidden, indicating the unchecked state of the toggle. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for DetailsUnchecked

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

Delete(System.String)

Defines the text for the delete button in the toolbar. This message appears as a tooltip and button label for the delete action that removes selected files or folders from the FileManager. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Delete

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.

Rename(System.String)

Defines the text for the rename button in the toolbar. This message appears as a tooltip and button label for the rename action that allows users to rename selected files or folders in the FileManager. It provides localization support for different languages and allows customization of the user interface text.

Parameters

value - System.String

The value for Rename

RETURNS

Returns the current FileManagerMessagesToolbarSettingsBuilder instance.