[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 GoogleDriveFileSystem(
string name,
IConfigSectionNode node = null
)
public GoogleDriveFileSystem(
string name,
IConfigSectionNode node = null
)
Public Sub New (
name As String,
Optional node As IConfigSectionNode = Nothing
)
Public Sub New (
name As String,
Optional node As IConfigSectionNode = Nothing
)
public:
GoogleDriveFileSystem(
String^ name,
IConfigSectionNode^ node = nullptr
)
public:
GoogleDriveFileSystem(
String^ name,
IConfigSectionNode^ node = nullptr
)
new :
name : string *
?node : IConfigSectionNode
(* Defaults:
let _node = defaultArg node null
*)
-> GoogleDriveFileSystem
new :
name : string *
?node : IConfigSectionNode
(* Defaults:
let _node = defaultArg node null
*)
-> GoogleDriveFileSystem