Back to Devexpress

CloudFileSystemProviderBase Class

aspnet-devexpress-dot-web-3f102ead.md

latest3.0 KB
Original Source

CloudFileSystemProviderBase Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class CloudFileSystemProviderBase :
    FileSystemProviderBase
vb
Public MustInherit Class CloudFileSystemProviderBase
    Inherits 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.

Inheritance

Show 13 items

Object FileSystemProviderBase CloudFileSystemProviderBase AmazonFileSystemProvider

AzureFileSystemProvider

DropboxFileSystemProvider

GoogleDriveFileSystemProviderBase

OneDriveFileSystemProviderBase

OneDriveFileSystemProvider

OneDrivePersonalFileSystemProvider

GoogleDriveFileSystemProvider

GoogleDrivePersonalFileSystemProvider

SharePointFileSystemProvider

See Also

CloudFileSystemProviderBase Members

File System Providers

Custom File System Provider

File Manager

DevExpress.Web Namespace