[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.GoogleDrive.V2Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public GoogleDriveClient(
string email,
string certPath,
int timeout,
int attempts
)
public GoogleDriveClient(
string email,
string certPath,
int timeout,
int attempts
)
Public Sub New (
email As String,
certPath As String,
timeout As Integer,
attempts As Integer
)
Public Sub New (
email As String,
certPath As String,
timeout As Integer,
attempts As Integer
)
public:
GoogleDriveClient(
String^ email,
String^ certPath,
int timeout,
int attempts
)
public:
GoogleDriveClient(
String^ email,
String^ certPath,
int timeout,
int attempts
)
new :
email : string *
certPath : string *
timeout : int *
attempts : int -> GoogleDriveClient
new :
email : string *
certPath : string *
timeout : int *
attempts : int -> GoogleDriveClient