UiPath Documentation
activities
latest
false

Productivity activities

ISharepointList Interface

An Office 365 Sharepoint list.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

public interface ISharepointList
public interface ISharepointList

Properties

NameDescription
IdThe ID of the list.
ItemThe Office365SharepointList for the list.
NameThe title of the list.
SiteIdentifierThe ID of the SharePoint site.
UseDisplayNamesAsColumnNamesWhether to use display names or column names when interacting with the list.

Methods

NameDescription
AddItemAdds a new item to the list.
BulkAddItemsAdds multiple items to the list in bulk.
CreateFilterCreates a filter to use with list operations.
CreateItemCreates an empty DataRow based on the list schema.
DeleteItemsDeletes items from the list, optionally using an OData query filter string.
DeleteItemsByIdsDeletes specific items by their IDs.
GetItemRetrieves a single item by its ID.
GetItemsRetrieves items from the list, optionally using an OData query filter string.
GetItemsByIdsRetrieves specific items by their IDs.
UpdateItemUpdates an item in the list.
  • Syntax
  • Properties
  • Methods

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated