activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Mar 13, 2026

GetList

Retrieves information about the specified SharePoint List.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

ISharepointList GetList(
	string siteIdentifier,
	string listIdentifier,
	bool useDisplayNamesAsColumnNames = false
)
ISharepointList GetList(
	string siteIdentifier,
	string listIdentifier,
	bool useDisplayNamesAsColumnNames = false
)

Parameters

siteIdentifier String : The URL or the ID of the SharePoint site.

listIdentifier String : Specify either the title (display name) or the ID of the list.

useDisplayNamesAsColumnNames Boolean (Optional) : Specifies if the column names for data retrieval or updates are the display names or the column names as defined in SharePoint.

Return value

ISharepointList - An ISharepointList object with relevant metadata.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated