ASPxFileManager.ProviderType Property
Specifies the type of provider used by the file manager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FileManagerProviderType.NotSet)]
public FileManagerProviderType ProviderType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
File |
Not |
One of the File |
Available values:
Name | Description |
---|---|
Not |
Provides compatibility with the earlier control version. The type of the file system provider is determined automatically. If the ASPx |
Custom | File manager uses a Custom File System Provider specified by the ASPx |
Data |
File manager uses the Data |
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). |
Google |
File manager uses the Google Drive File System Provider to access a file system retained in Google Drive. |
Google |
File manager uses the Google Drive Personal File System Provider to access a file system retained in the Google Drive (personal account). |
One |
File manager uses the One |
One |
File manager uses the One |
Share |
File manager uses the Share |
#Remarks
ASPxFileManager provides the capability to operate with files and folders that are stored in a physical file system, or in a data base, or in cloud services. Use the ProviderType property to specify a type of storage, where a current file system is contained.
<dx:ASPxFileManager ID="FileManager" runat="server" ProviderType="GoogleDrive">
<SettingsGoogleDrive AccountName="FileManagerGoogleDriveAccount" />
...
</dx:ASPxFileManager>
#Concept
File System Providers Overview