FileManagerAzureProviderSettings.StorageAccountName Property
In This Article
OBSOLETE
Use the Account
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.v24.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. |
A string value that is the storage account name. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Storage |
---|---|
ASPx |
|
Html |
|
#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