AzureFileSystemProvider.AccountName Property
Gets or sets a value that specifies the name of the Azure account.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the account name. |
Remarks
<dx:ASPxFileManager ID="FileManager" runat="server" ProviderType="Azure">
<SettingsAzure AccountName="Azure1" ContainerName="uploadcontainer" />
</dx:ASPxFileManager>
Global.asax:
void Application_Start(object sender, EventArgs e) {
DevExpress.Web.AccountManager.RegisterAzure("Azure1", "StorageName1", "AccessKey1");
}
Concept
See Also