Skip to main content
Tab

OneDriveAccount(String, String, String) Constructor

Initializes a new instance of the OneDriveAccount class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public OneDriveAccount(
    string name,
    string clientId,
    string clientSecret
)

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