OneDriveAccount(String, String, String) Constructor
Initializes a new instance of the OneDriveAccount class.
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 OneDrive account’s name. |
| clientId | String | A string value that specifies the client ID. |
| clientSecret | String | A string value that specifies the Client Secret. |
See Also