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

AccountManager.Register(AccountBase) Method

Registers a cloud storage account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static void Register(
    AccountBase account
)

Parameters

Name Type Description
account AccountBase

An AccountBase object that is the storage account.

Remarks

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

See Also