Back to Devexpress

AmazonFileSystemProvider Class

aspnet-devexpress-dot-web-25ec6d8b.md

latest2.2 KB
Original Source

AmazonFileSystemProvider Class

Provides an implementation of the Amazon File System Provider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class AmazonFileSystemProvider :
    CloudFileSystemProviderBase
vb
Public Class AmazonFileSystemProvider
    Inherits CloudFileSystemProviderBase

Remarks

The AmazonFileSystemProvider class implements the file system provider functionality when a file manager accesses a file system retained in Amazon Simple Storage Service (Amazon S3). To learn more, see the Amazon 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 CloudFileSystemProviderBase AmazonFileSystemProvider

See Also

AmazonFileSystemProvider Members

File System Providers

Amazon File System Provider

File Manager

DevExpress.Web Namespace