Back to Devexpress

AccountManager.RegisterOneDrive(String, String, String) Method

aspnet-devexpress-dot-web-dot-accountmanager-dot-registeronedrive-x28-system-dot-string-system-dot-string-system-dot-string-x29.md

latest1.6 KB
Original Source

AccountManager.RegisterOneDrive(String, String, String) Method

Registers the OneDrive cloud storage account.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static void RegisterOneDrive(
    string name,
    string clientId,
    string clientSecret
)
vb
Public Shared Sub RegisterOneDrive(
    name As String,
    clientId As String,
    clientSecret As String
)

Parameters

NameTypeDescription
nameString

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

See Also

AccountManager Class

AccountManager Members

DevExpress.Web Namespace