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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerAzureProviderSettings SettingsAzure { get; }

Property Value

Type Description
FileManagerAzureProviderSettings

A FileManagerAzureProviderSettings object containing the Azure account settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SettingsAzure
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .SettingsAzure
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .SettingsAzure
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector .SettingsAzure
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .SettingsAzure
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .SettingsAzure
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .SettingsAzure
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .SettingsAzure
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .SettingsAzure
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .SettingsAzure
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .SettingsAzure

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