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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<CorrelationParameterAttribute("id")> _
<CorrelationParameterAttribute("itemId")> _
<ExternalDataExchangeAttribute> _
<CorrelationParameterAttribute("listId")> _
Public Interface IListItemService
'Usage
Dim instance As IListItemService
[CorrelationParameterAttribute("id")]
[CorrelationParameterAttribute("itemId")]
[ExternalDataExchangeAttribute]
[CorrelationParameterAttribute("listId")]
public interface IListItemService
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.