Interface for a class FileManagerSettings
AjaxSettingsModel
Specifies the AJAX settings of the file manager.
boolean
Enables or disables drag-and-drop of files.
Specifies the context menu settings of the file manager.
string
Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.
Specifies the details view settings of the file manager.
boolean
Specifies whether to enable the file manager in RichTextEditor.
Specifies the navigation pane settings of the file manager.
string
Specifies the current path of the file manager.
string
Specifies the root folder alias name in file manager
Specifies the search settings of the file manager.
boolean
Shows or hides the file extension in file manager.
boolean
Shows or hides the files and folders that are marked as hidden.
boolean
Shows or hides the thumbnail images in large icons view.
SortOrder
Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order,
or they are not sorted at all. The available types of sort orders are,
None
- Indicates that the folders and files are not sorted.
Ascending
- Indicates that the folders and files are sorted in the ascending order.
Descending
- Indicates that the folders and files are sorted in the descending order.
FileToolbarSettingsModel
Specifies the group of items aligned horizontally in the toolbar.
UploadSettingsModel
Specifies the upload settings for the file manager.
ViewType
Specifies the initial view of the file manager. With the help of this property, initial view can be changed to details or largeicons view. The available views are:
LargeIcons
Details