IListItemService Interface

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

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<CorrelationParameterAttribute("listId")> _
<ExternalDataExchangeAttribute> _
<CorrelationParameterAttribute("id")> _
<CorrelationParameterAttribute("itemId")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface IListItemService

Dim instance As IListItemService
[CorrelationParameterAttribute("listId")]
[ExternalDataExchangeAttribute]
[CorrelationParameterAttribute("id")]
[CorrelationParameterAttribute("itemId")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface IListItemService

Remarks

When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.

See Also

Reference

IListItemService Members

Microsoft.SharePoint.Workflow Namespace