UiPath Documentation
activities
latest
false

Productivity activities

GetDocuments

Retrieves a list of documents from the specified Google Drive location.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntax

IReadOnlyCollection<IDocument> GetDocuments(
	GDriveRemoteItem parentFolder = null
)
IReadOnlyCollection<IDocument> GetDocuments(
	GDriveRemoteItem parentFolder = null
)

Parameters

parentFolder GDriveRemoteItem (Optional) : The location on Google Drive where to search for documents. If null, the root folder is used for search.

Return value

IReadOnlyCollection<IDocument> - A list of documents.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated