FileManagerMessagesViewsSettingsBuilder
Methods
NameField(System.String)
Defines the text for the name field column header in the FileManager view. This message appears as a column header in both list and grid views, identifying the column that displays file and folder names. 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 FileManagerMessagesViewsSettingsBuilder instance.
SizeField(System.String)
Defines the text for the size field column header in the FileManager view. This message appears as a column header in both list and grid views, identifying the column that displays file sizes. 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 FileManagerMessagesViewsSettingsBuilder instance.
TypeField(System.String)
Defines the text for the type field column header in the FileManager view. This message appears as a column header in both list and grid views, identifying the column that displays file types or extensions. 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 FileManagerMessagesViewsSettingsBuilder instance.
DateModifiedField(System.String)
Defines the text for the date modified field column header in the FileManager view. This message appears as a column header in both list and grid views, identifying the column that displays the last modification date of 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 DateModifiedField
RETURNS
Returns the current FileManagerMessagesViewsSettingsBuilder instance.
DateCreatedField(System.String)
Defines the text for the date created field column header in the FileManager view. This message appears as a column header in both list and grid views, identifying the column that displays the creation date of 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 DateCreatedField
RETURNS
Returns the current FileManagerMessagesViewsSettingsBuilder instance.
Items(System.String)
Defines the text suffix used when displaying item counts in the FileManager views. This message appears alongside numerical values to indicate the number of items (files and folders) in a directory or selection. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value for Items
RETURNS
Returns the current FileManagerMessagesViewsSettingsBuilder instance.
ListViewLabel(System.String)
Defines the accessibility label for the list view in the FileManager. This message provides screen reader support and accessibility compliance by describing the list view mode for assistive technologies. It provides localization support for different languages and ensures proper accessibility standards.
Parameters
value - System.String
The value for ListViewLabel
RETURNS
Returns the current FileManagerMessagesViewsSettingsBuilder instance.