Class RichTextEditorFileManagerSettings
Inheritance
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorFileManagerSettings : EJTagHelper
Constructors
RichTextEditorFileManagerSettings()
Declaration
public RichTextEditorFileManagerSettings()
Properties
AjaxSettings
Specifies the AJAX settings of the file manager.
Declaration
public object AjaxSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
AllowDragAndDrop
Enables or disables drag-and-drop of files.
Declaration
public bool AllowDragAndDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
BeforeSend
Declaration
public string BeforeSend { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
ContextMenuSettings
Specifies the context menu settings of the file manager.
Declaration
public object ContextMenuSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
CssClass
Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
DetailsViewSettings
Specifies the details view settings of the file manager.
Declaration
public object DetailsViewSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Enable
Specifies whether to enable the file manager in RichTextEditor.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
NavigationPaneSettings
Specifies the navigation pane settings of the file manager.
Declaration
public object NavigationPaneSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Path
Specifies the current path of the file manager.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "/" |
RootAliasName
Specifies the root folder alias name in file manager
Declaration
public string RootAliasName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
SearchSettings
Specifies the search settings of the file manager.
Declaration
public object SearchSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ShowFileExtension
Shows or hides the file extension in file manager.
Declaration
public bool ShowFileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
ShowHiddenItems
Shows or hides the files and folders that are marked as hidden.
Declaration
public bool ShowHiddenItems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowThumbnail
Shows or hides the thumbnail images in large icons view.
Declaration
public bool ShowThumbnail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
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.
Declaration
public object SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ToolbarSettings
Specifies the group of items aligned horizontally in the toolbar.
Declaration
public object ToolbarSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
UploadSettings
Specifies the upload settings for the file manager.
Declaration
public object UploadSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
View
Specifies the initial view of the file manager.
Declaration
public object View { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |