IListItemService members

Represents an ExternalDataExchangeService interface that enables workflow activities to request actions and handle events concerning SharePoint list items, outside the workflow instance itself.

The IListItemService type exposes the following members.

Methods

  Name Description
Public method CheckInListItem Checks in the specified SharePoint list item.
Public method CheckOutListItem Checks out the specified list item.
Public method CopyListItem Copies the specified list item to the specified list.
Public method CreateDocument Create a new document on the specified list.
Public method CreateListItem Creates a new list item on the specified list.
Public method DeleteListItem Deletes the specified list item.
Public method InitializeForEvent Initializes the specified list item for events raised by the IListItemService interface.
Public method UndoCheckOutListItem Undoes the check out of the specified list item.
Public method UpdateDocument Updates the specified document.
Public method UpdateListItem Updates the specified list item.

Top

Events

  Name Description
Public event OnItemAttachmentAdded Raised when an attachment is added to the item.
Public event OnItemAttachmentDeleted Raised when an attachment is deleted from the item.
Public event OnItemChanged Raised when the item is changed.
Public event OnItemCheckedIn Raised when the item is checked in.
Public event OnItemCheckedOut Raised when the item is checked out.
Public event OnItemCreated Raised when the item is created.
Public event OnItemDeleted Raised when the item is deleted.
Public event OnItemFileMoved Raised when the item is moved from the list on which it resided.
Public event OnItemUncheckedOut Raised when the item check out is undone.

Top

See also

Reference

IListItemService interface

Microsoft.SharePoint.Workflow namespace