[This is preliminary documentation and is subject to change.]
Gets a handle for the specified file or folder.
Namespace: NFX.IO.FileSystem.GoogleDrive.V2Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public GoogleDriveHandle GetHandle(
string path
)
public GoogleDriveHandle GetHandle(
string path
)
Public Function GetHandle (
path As String
) As GoogleDriveHandle
Public Function GetHandle (
path As String
) As GoogleDriveHandle
public:
GoogleDriveHandle^ GetHandle(
String^ path
)
public:
GoogleDriveHandle^ GetHandle(
String^ path
)
member GetHandle :
path : string -> GoogleDriveHandle
member GetHandle :
path : string -> GoogleDriveHandle
Return Value
Type:
GoogleDriveHandle