DataSourceFileSystemProvider Class
Provides an implementation of a data source file system provider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
The DataSourceFileSystemProvider class implements the file system provider functionality when a file manager is bound to a data source. To learn more, see the DataSource File System Provider topic.
This class can be used as an ancestor of your custom file system provider. In this case, you can override class’s methods to provide custom implementation. To learn more, see the Custom File System Provider topic.
Inheritance
Object
FileSystemProviderBase
DataSourceFileSystemProvider
See Also