FileManagerSettings.CustomFileSystemProvider Property
Gets or sets the custom file system provider used within FileManager.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
FileSystemProviderBase | A FileSystemProviderBase object that is the file system provider. |
Remarks
FileManager allows you to implement a custom file system provider. Use the CustomFileSystemProvider property to specify a provider that is used within FileManager.
To learn more, see the Binding to Custom File System Provider topic.
Note
You should specify the custom file system provider on a page’s or file manager’s Init event (before post data is loaded).
See Also