OneDriveAccount(String, String, String) Constructor
Initializes a new instance of the OneDriveAccount class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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