IGoogleDriveCreateFolder Method |
Creates a folder owned by the person the API is impersonating.
Namespace:
NetQuarry.Services.GoogleDrive
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string CreateFolder(
CreateRequest request
)
Function CreateFolder (
request As CreateRequest
) As String
Parameters
- request
- Type: NetQuarry.Services.GoogleDriveCreateRequest
The request parameters: name and parents will be used.
Return Value
Type:
StringID of the newly created folder.
See Also