Skip to main content

HtmlEditorFileManagerSettingsBase.SettingsAzure Property

Gets settings allowing file manager to access a file system retained in Azure Service.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerAzureProviderSettings SettingsAzure { get; }

Property Value

Type Description
FileManagerAzureProviderSettings

A FileManagerAzureProviderSettings object containing the Azure account settings.

Remarks

ASPxHtmlEditor media dialogs contain a built-in ASPxFileManager control, which supports most popular cloud services. When the HtmlEditorFileManagerSettingsBase.ProviderType property is set to Azure, the file manager operates with files contained in the Azure Service. In this case, specify the settings provided by the SettingsAzure property to access an Azure account.

To learn more, see the Azure File System Provider topic.

Note

For security reasons, the settings available from the SettingsAzure property are not saved in the ViewState.

See Also