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