IListItemService Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
CheckInListItem | Checks in the specified SharePoint list item. | |
CheckOutListItem | Checks out the specified list item. | |
CopyListItem | Copies the specified list item to the specified list. | |
CreateDocument | Create a new document on the specified list. | |
CreateListItem | Creates a new list item on the specified list. | |
DeleteListItem | Deletes the specified list item. | |
InitializeForEvent | Initializes the specified list item for events raised by the IListItemService interface. | |
UndoCheckOutListItem | Undoes the check out of the specified list item. | |
UpdateDocument | Updates the specified document. | |
UpdateListItem | Updates the specified list item. |
Top
Events
Name | Description | |
---|---|---|
OnItemAttachmentAdded | Raised when an attachment is added to the item. | |
OnItemAttachmentDeleted | Raised when an attachment is deleted from the item. | |
OnItemChanged | Raised when the item is changed. | |
OnItemCheckedIn | Raised when the item is checked in. | |
OnItemCheckedOut | Raised when the item is checked out. | |
OnItemCreated | Raised when the item is created. | |
OnItemDeleted | Raised when the item is deleted. | |
OnItemFileMoved | Raised when the item is moved from the list on which it resided. | |
OnItemUncheckedOut | Raised when the item check out is undone. |
Top