[This is preliminary documentation and is subject to change.]
The GoogleDriveClient type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| GoogleDriveClient(String, String) | Initializes a new instance of the GoogleDriveClient class | |
| GoogleDriveClient(String, String, Int32, Int32) | Initializes a new instance of the GoogleDriveClient class |
Methods
| Name | Description | |
|---|---|---|
| CreateDirectory |
Creates a directory
| |
| CreateFile(String, String) |
Creates a file
| |
| CreateFile(String, String, Stream) |
Creates a file
| |
| Delete |
Deletes an item
| |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| FileExists |
Checks whether the specified file exists
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| FolderExists |
Checks whether the specified folder exists
| |
| GetDirectories |
Returns directory names contained in the spicifed directory
| |
| GetFile |
Gets a file by ID
| |
| GetFiles |
Returns files contained in the spicifed directory
| |
| GetHandle |
Gets a handle for the specified file or folder.
| |
Serves as the default hash function. (Inherited from | ||
| GetItemInfoById | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Rename |
Renames a file/folder by its ID
| |
| SetModifiedDate |
Sets modification timestamp
| |
Returns a string that represents the current object. (Inherited from | ||
| UpdateFile |
Updates content of a file by file ID
|
Extension Methods
See Also