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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value specifying the type name. |
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