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

'Declaration
<ExternalDataExchangeAttribute> _
<CorrelationParameterAttribute("id")> _
<CorrelationParameterAttribute("listId")> _
<CorrelationParameterAttribute("itemId")> _
Public Interface IListItemService
'Usage
Dim instance As IListItemService
[ExternalDataExchangeAttribute]
[CorrelationParameterAttribute("id")]
[CorrelationParameterAttribute("listId")]
[CorrelationParameterAttribute("itemId")]
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