Activities
latest
false
Productivity Activities
Last updated Jun 26, 2024

GetItems

Retrieves SharePoint List Items from the specified list.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

DataTable GetItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)DataTable GetItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)

Parameters

list ISharepointList
The SharePoint list from which to retrieve the items.
columns IEnumerable<String> (Optional)
A list of column names to be retrieved. Use either display names or column names respecting the list setting. If omitted all known editable user columns will be fetched.
filter SharepointItemFilter (Optional)
Filter the items retrieved based on the available SharePoint List columns.

Return value

DataTable - The SharePoint list items retrieved as a dynamic DataTable.
  • 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.