Back to Devexpress

AccountManager.RegisterGoogleDrive(String, String, String) Method

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

latest1.7 KB
Original Source

AccountManager.RegisterGoogleDrive(String, String, String) Method

Registers the Google Drive cloud storage account.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static void RegisterGoogleDrive(
    string name,
    string clientEmail,
    string privateKey
)
vb
Public Shared Sub RegisterGoogleDrive(
    name As String,
    clientEmail As String,
    privateKey As String
)

Parameters

NameTypeDescription
nameString

A string value that specifies the account name.

| | clientEmail | String |

A string value that specifies the Client Email.

| | privateKey | String |

A string value that specifies the Private Key.

|

Remarks

To learn more, see the Google Drive File System Provider topic.

See Also

AccountManager Class

AccountManager Members

DevExpress.Web Namespace