HtmlEditorFileManagerSettingsBase.ProviderType Property
Specifies the type of provider used by the file manager.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.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
ASPxHtmlEditor media dialogs contain a built-in ASPxFileManager control, which 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 the type of storage where a current file system is contained.
Note
The Html Editor doesn’t support the Google Drive and One
To learn more, see the File System Providers Overview topic.