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

ASPxHtmlEditorUploadSettingsBase.AzureSettings Property

Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public UploadControlAzureSettings AzureSettings { get; }

Property Value

Type Description
UploadControlAzureSettings

An UploadControlAzureSettings object containing the settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to AzureSettings
HtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload.AzureSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload.AzureSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageUpload.AzureSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.AzureSettings
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload.AzureSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload.AzureSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageUpload.AzureSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.AzureSettings

Remarks

Use the AzureSettings property to specify settings that allow the ASPxHtmlEditor control to access an Azure account to operate with files in the Azure Service (when the ASPxHtmlEditorUploadSettingsBase.UploadStorage property is set to Azure).

The permissions to containers of the storage account should be set to permit access to the container and its blobs. For this, the access policy of the container should be set to “blob” or “container”. For more information, see Manage anonymous read access to containers and blobs topic.

Note

For security reasons, the settings available using the AzureSettings property are not saved in the ViewState.

See Also