Back to Devexpress

AccountManager.RegisterAmazon(String, String, String) Method

aspnet-devexpress-dot-web-dot-accountmanager-dot-registeramazon-x28-system-dot-string-system-dot-string-system-dot-string-x29.md

latest1.6 KB
Original Source

AccountManager.RegisterAmazon(String, String, String) Method

Registers an Amazon cloud storage account.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static void RegisterAmazon(
    string name,
    string accessKeyID,
    string secretAccessKey
)
vb
Public Shared Sub RegisterAmazon(
    name As String,
    accessKeyID As String,
    secretAccessKey As String
)

Parameters

NameTypeDescription
nameString

A string value that specifies the account name.

| | accessKeyID | String |

A string value that is the access key ID.

| | secretAccessKey | String |

A string value that is the secret access key.

|

Remarks

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

See Also

AccountManager Class

AccountManager Members

DevExpress.Web Namespace