Click or drag to resize

IGoogleDriveFindFolder Method

Finds a folder by name (inside another folder) if it exists. Can create one if it doesn't exist.

Namespace:  NetQuarry.Services.GoogleDrive
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string FindFolder(
	CreateRequest request,
	bool create = false
)

Parameters

request
Type: NetQuarry.Services.GoogleDriveCreateRequest
The request parameters: name and parents will be used.
create (Optional)
Type: SystemBoolean
If set to true, will create the folder if it doesn't exist.

Return Value

Type: String
ID of the folder.
See Also