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

CloudFileSystemProviderBase Class

Serves as the base class for providers that perform operations with cloud file systems.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public abstract class CloudFileSystemProviderBase :
    FileSystemProviderBase

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.

See Also