Skip to main content
A newer version of this page is available. .
Tab

AccountManager.RegisterOneDrive(String, String, String) Method

Registers the OneDrive cloud storage account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public static void RegisterOneDrive(
    string name,
    string clientId,
    string clientSecret
)

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

OneDrive File System Provider

Online Demo

OneDrive Provider

See Also