AccountManager.RegisterOneDrive(String, String, String) Method
Registers the OneDrive cloud storage account.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string value that specifies the account name. |
| clientId | String | A string value that specifies the Client ID. |
| clientSecret | String | A string value that specifies the Client Secret. |
Remarks
Concept
See Also