UiPath Documentation
activities
latest
false

Productivity activities

GetLists

Retrieves all SharePoint lists from the specified site.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

IEnumerable<ISharepointList> GetLists(
	string siteIdentifier,
	bool includeColumnDefinitions = false
)
IEnumerable<ISharepointList> GetLists(
	string siteIdentifier,
	bool includeColumnDefinitions = false
)

Parameters

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

includeColumnDefinitions Boolean (Optional) : Whether to include column definitions for each list.

Return value

IEnumerable<ISharepointList> - An enumerable of ISharepointList objects.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated