Skip to main content
A newer version of this page is available. .

HtmlEditorFileManagerSettingsBase.CustomFileSystemProviderTypeName Property

Specifies the name of a custom file system provider type that is used in the file manager.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue("")]
public string CustomFileSystemProviderTypeName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the type name.

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomFileSystemProviderTypeName
HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.CustomFileSystemProviderTypeName
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.CustomFileSystemProviderTypeName
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector.CustomFileSystemProviderTypeName
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.CustomFileSystemProviderTypeName
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.CustomFileSystemProviderTypeName
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.CustomFileSystemProviderTypeName
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.CustomFileSystemProviderTypeName
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector.CustomFileSystemProviderTypeName
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.CustomFileSystemProviderTypeName
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.CustomFileSystemProviderTypeName

Remarks

ASPxHtmlEditor media dialogs contain a built-in ASPxFileManager control, which allows you to implement a custom file system provider. Use the CustomFileSystemProviderTypeName property to specify the name of the provider type used in the file manager.

To learn more, see the Custom File System Provider topic.

See Also