Back to Devexpress

AccountManager.Register(AccountBase) Method

aspnet-devexpress-dot-web-dot-accountmanager-dot-register-x28-devexpress-dot-web-dot-accountbase-x29.md

latest1.2 KB
Original Source

AccountManager.Register(AccountBase) Method

Registers a cloud storage account.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static void Register(
    AccountBase account
)
vb
Public Shared Sub Register(
    account As AccountBase
)

Parameters

NameTypeDescription
accountAccountBase

An AccountBase object that is the storage account.

|

Remarks

To learn more, see the Cloud Storage Account Management topic.

See Also

AccountManager Class

AccountManager Members

DevExpress.Web Namespace