CloudFileSystemProviderBase Class
Serves as the base class for providers that perform operations with cloud file systems.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The CloudFileSystemProviderBase class is the base class that implements the common cloud file system provider functionality. This functionality is inherited by the CloudFileSystemProviderBase class’s descendants - the AmazonFileSystemProvider, AzureFileSystemProvider, and DropboxFileSystemProvider providers.
This class can be used as an ancestor of your custom file system provider. In this case, you should provide the implementation of the class’s methods. To learn more, see the Custom File System Provider topic.