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

DataSourceFileSystemProvider Class

Provides an implementation of a data source file system provider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DataSourceFileSystemProvider :
    FileSystemProviderBase

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

See Also