Activities
latest
false
Productivity Activities
Last updated Jun 26, 2024

GetWorkbooks

Retrieves a list of workbooks from the specified OneDrive or SharePoint location.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

IReadOnlyCollection<IWorkbook> GetWorkbooks(
	IDriveItem parentFolder = null,
	string search = "",
	int maxResults = 200
)IReadOnlyCollection<IWorkbook> GetWorkbooks(
	IDriveItem parentFolder = null,
	string search = "",
	int maxResults = 200
)

Parameters

parentFolder IDriveItem (Optional)
The location where to search for files and folders. If null, the root folder is used for search.
search String (Optional)
The query text used to search for workbooks.
maxResults Int32 (Optional)
The maximum number of workbooks to return.

Return value

IReadOnlyCollection<IWorkbook> - The list of workbooks.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.