Skip to main content
Tab

UploadControlAzureSettings.StorageAccountName Property

OBSOLETE

Use the AccountManager class API and the AccountName property instead.

Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
[Obsolete("Use the AccountManager class API and the AccountName property instead.")]
public string StorageAccountName { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the storage account name.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StorageAccountName
ASP.NET MVC Extensions UploadControlBinderSettings
.AzureSettings .StorageAccountName
HtmlEditorFileSaveSettings
.AzureSettings .StorageAccountName
UploadControlSettings
.AzureSettings .StorageAccountName
ASP.NET Web Forms Controls ASPxHtmlEditorUploadSettingsBase
.AzureSettings .StorageAccountName
ASPxUploadControl
.AzureSettings .StorageAccountName

Remarks

Specifies the name of an Azure storage account.

Specify the StorageAccountName and UploadControlAzureSettings.AccessKey properties to provide your application with access to an Azure account.

See Also