Skip to main content

HtmlEditorFileSaveSettings.AzureSettings Property

Provides access to the account settings required to upload files to Microsoft Azure.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlAzureSettings AzureSettings { get; }

Property Value

Type Description
UploadControlAzureSettings

A UploadControlAzureSettings object that is the Microsoft Azure account settings.

Remarks

To work with Microsoft Azure, it is required to set the HtmlEditorFileSaveSettings.Storage property to Azure.

Implements

DevExpress.Web.Internal.IFileSaveSettings.AzureSettings
See Also