Click or drag to resize

IGoogleDriveListFolders Method

Lists the folders inside another folder.

Namespace:  NetQuarry.Services.GoogleDrive
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
List<Result> ListFolders(
	string parentId
)

Parameters

parentId
Type: SystemString
The id of the parent folder.

Return Value

Type: ListResult
List of Result objects. Each with name and id set.
See Also