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 that configures the namefield.

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 that configures the sizefield.

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 that configures the typefield.

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 that configures the datemodifiedfield.

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 that configures the datecreatedfield.

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 that configures the items.

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 that configures the listviewlabel.