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

File System Providers Overview

  • 2 minutes to read

A file system provider is an API for access to the virtual file system in the ASPxFileManager control. This API provides the definition of methods for getting a file and folder hierarchy. It also provides the methods for editing file manager items like creating a folder, renaming files/folders, deleting files/folders, etc. The ASPxFileManager control uses the provider for all operations in the file system.

ASPxFileManager-FileSystemProvider

The ASPxFileManager supports the following file systems:

  • stored on a physical disk;
  • net shared disk;
  • stored in a database;
  • cloud storages: Amazon Simple Storage Service (Amazon S3), Azure Service and Dropbox Service
  • custom storage.

File Manager Provider Types

To specify a type of a file system provider used by file manager, use the ASPxFileManager.ProviderType property. The available values are listed below.