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 that configures the createfolder.
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 that configures the upload.
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 that configures the sortdirection.
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 that configures the sortdirectionasc.
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 that configures the sortdirectiondesc.
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 that configures the sortfield.
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 that configures the namefield.
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 that configures the sizefield.
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 that configures the typefield.
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 that configures the datemodifiedfield.
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 that configures the datecreatedfield.
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 that configures the search.
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 that configures the details.
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 that configures the detailschecked.
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 that configures the detailsunchecked.
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 that configures the delete.
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 that configures the rename.