FileManagerMessagesPreviewPaneSettingsBuilder
Methods
NoFileSelected(System.String)
Defines the text displayed in the preview pane when no file is currently selected. This message appears in the details panel to inform users that they need to select a file or folder to view its properties and information. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value for NoFileSelected
RETURNS
Returns the current FileManagerMessagesPreviewPaneSettingsBuilder instance.
Extension(System.String)
Defines the label text for the file extension field in the preview pane. This message appears as a label next to the file type or extension information when a file is selected 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 Extension
RETURNS
Returns the current FileManagerMessagesPreviewPaneSettingsBuilder instance.
Size(System.String)
Defines the label text for the file size field in the preview pane. This message appears as a label next to the file size information when a file is selected in the FileManager, displaying the file's storage size. It provides localization support for different languages and allows customization of the user interface text.
Parameters
value - System.String
The value for Size
RETURNS
Returns the current FileManagerMessagesPreviewPaneSettingsBuilder instance.
Created(System.String)
Defines the label text for the creation date field in the preview pane. This message appears as a label next to the file creation date information when a file or folder is selected 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 Created
RETURNS
Returns the current FileManagerMessagesPreviewPaneSettingsBuilder instance.
Modified(System.String)
Defines the label text for the modification date field in the preview pane. This message appears as a label next to the last modification date information when a file or folder is selected 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 Modified
RETURNS
Returns the current FileManagerMessagesPreviewPaneSettingsBuilder instance.
Items(System.String)
Defines the label text for the item count field in the preview pane when a folder is selected. This message appears as a suffix alongside numerical values to indicate the number of files and subfolders contained within a selected directory. 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 FileManagerMessagesPreviewPaneSettingsBuilder instance.