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

FileManagerAzureProviderSettings.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.v20.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:

Show 18 property paths
Library Object Type Path to StorageAccountName
ASP.NET Controls and MVC Extensions ASPxFileManager
.SettingsAzure .StorageAccountName
HtmlEditorAudioSelectorSettings
.SettingsAzure .StorageAccountName
HtmlEditorDocumentSelectorSettings
.SettingsAzure .StorageAccountName
HtmlEditorFileManager
.SettingsAzure .StorageAccountName
HtmlEditorFileManagerSettingsBase
.SettingsAzure .StorageAccountName
HtmlEditorFlashSelectorSettings
.SettingsAzure .StorageAccountName
HtmlEditorImageSelectorSettings
.SettingsAzure .StorageAccountName
HtmlEditorSelectorSettings
.SettingsAzure .StorageAccountName
HtmlEditorVideoSelectorSettings
.SettingsAzure .StorageAccountName
RichEditFileManager
.SettingsAzure .StorageAccountName
RichEditFolderManager
.SettingsAzure .StorageAccountName
ASP.NET Bootstrap Controls BootstrapFileManager
.SettingsAzure .StorageAccountName
ASP.NET MVC Extensions MVCxFileManager
.SettingsAzure .StorageAccountName
MVCxHtmlEditorAudioSelectorSettings
.SettingsAzure .StorageAccountName
MVCxHtmlEditorDocumentSelectorSettings
.SettingsAzure .StorageAccountName
MVCxHtmlEditorFlashSelectorSettings
.SettingsAzure .StorageAccountName
MVCxHtmlEditorImageSelectorSettings
.SettingsAzure .StorageAccountName
MVCxHtmlEditorVideoSelectorSettings
.SettingsAzure .StorageAccountName

Remarks

Specifies the name of an Azure storage account.

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

To learn more, see the Azure File System Provider topic.

See Also