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
)
Function ListFolders (
parentId As String
) As List(Of Result)
Parameters
- parentId
- Type: SystemString
The id of the parent folder.
Return Value
Type:
ListResultList of Result objects. Each with name and id set.
See Also