Back to Devexpress

FileManagerProviderType Enum

aspnet-devexpress-dot-web-349bd054.md

latest4.9 KB
Original Source

FileManagerProviderType Enum

Lists values that specify the type of provider used by the ASPxFileManager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FileManagerProviderType
vb
Public Enum FileManagerProviderType

Members

NameDescription
NotSet

Provides compatibility with the earlier control version. The type of the file system provider is determined automatically. If the ASPxFileManager.CustomFileSystemProvider or ASPxFileManager.CustomFileSystemProviderTypeName property is specified, file manager uses the custom file system provider. If the ASPxFileManager.DataSource or ASPxFileManager.DataSourceID property is specified, the control uses the data source file system provider. In other cases, the physical data system provider is used.

| | Custom |

File manager uses a Custom File System Provider specified by the ASPxFileManager.CustomFileSystemProvider or ASPxFileManager.CustomFileSystemProviderTypeName property.

| | DataSource |

File manager uses the DataSource File System Provider to access file system information in a data source.

| | Physical |

File manager uses the Physical File System Provider to work with the server’s physical file system.

| | Dropbox |

File manager uses the Dropbox File System Provider to access a file system retained in the Dropbox Service.

| | Azure |

File manager uses the Azure File System Provider to access a file system retained in Azure Service.

| | Amazon |

File manager uses the Amazon File System Provider to access a file system retained in Amazon Simple Storage Service (Amazon S3).

| | GoogleDrive |

File manager uses the Google Drive File System Provider to access a file system retained in Google Drive.

| | GoogleDrivePersonal |

File manager uses the Google Drive Personal File System Provider to access a file system retained in the Google Drive (personal account).

| | OneDrive |

File manager uses the OneDrive File System Provider to access a file system retained in OneDrive.

| | OneDrivePersonal |

File manager uses the OneDrive Personal File System Provider to access a file system retained in OneDrive.

| | SharePoint |

File manager uses the SharePoint File System Provider to access a file system retained in SharePoint.

|

The following properties accept/return FileManagerProviderType values:

See Also

File System Providers

File Manager

DevExpress.Web Namespace