FileManagerSettings.CustomFileSystemProviderTypeName Property
Gets or sets the name of a custom file system provider type that is used within FileManager.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A String value specifying the type name. |
Remarks
FileManager allows you to implement a custom file system provider. Use the CustomFileSystemProviderTypeName property to specify a name of a provider type used within FileManager.
To learn more, see the Binding to Custom File System Provider topic.
See Also