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

UploadControlAzureSettings Class

Provides account settings allowing the upload control to access a file system retained in the Azure Service.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlAzureSettings :
    UploadControlUploadStorageSettingsBase

The following members return UploadControlAzureSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxHtmlEditorUploadSettingsBase.AzureSettings
ASPxUploadControl.AzureSettings
ASP.NET MVC Extensions HtmlEditorFileSaveSettings.AzureSettings
UploadControlBinderSettings.AzureSettings
UploadControlSettings.AzureSettings

Remarks

These settings can be accessed by the ASPxUploadControl.AzureSettings property.

See Also