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 for 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 functionality for 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 for 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, allowing customization by overriding styles.
Declaration
public string CssClass { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
DetailsViewSettings
Specifies the details view settings for 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 the RichTextEditor.
Declaration
public bool Enable { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
NavigationPaneSettings
Specifies the navigation pane settings for 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 in the file manager.
Declaration
public string Path { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is "/"  | 
      
RootAliasName
Specifies the alias name for the root folder in the file manager.
Declaration
public string RootAliasName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
SearchSettings
Specifies the search settings for the file manager.
Declaration
public object SearchSettings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
ShowFileExtension
Determines whether to show or hide file extensions in the file manager.
Declaration
public bool ShowFileExtension { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is true  | 
      
ShowHiddenItems
Determines whether to show or hide files and folders marked as hidden.
Declaration
public bool ShowHiddenItems { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
ShowThumbnail
Determines whether to show or hide thumbnail images in the large icons view.
Declaration
public bool ShowThumbnail { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is true  | 
      
SortOrder
Specifies the sort order for folders and files. Options are:
None: Folders and files are not sorted.Ascending: Folders and files are sorted in ascending order.Descending: Folders and files are sorted in descending order.
Declaration
public object SortOrder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
ToolbarSettings
Specifies groups 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  |