IListItemByKeyService members
Represents an ExternalDataExchangeService interface that enables workflow activities to request actions concerning list items, outside the workflow instance itself.
The IListItemByKeyService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateListItem | Creates a new list item in the specified list with the specified properties. | |
DeleteListItem | Deletes the specified item from the specified list. | |
GetListItemPermissions | Returns a collection of permissions for the specified list item. | |
ResetListItemPermissions | Resets role inheritance for the specified item. | |
UpdateListItem | Updates a specified list item’s properties. | |
UpdateListItemPermissions | Updates the collection of permissions of a specified list item. | |
UpdateModerationStatus | Modifies the content approval status of the specified list item. |
Top