IListItemByKeyService interface

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

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

Syntax

'Declaration
<CorrelationParameterAttribute("listId")> _
<CorrelationParameterAttribute("itemKey")> _
<ExternalDataExchangeAttribute> _
<CorrelationParameterAttribute("id")> _
Public Interface IListItemByKeyService
'Usage
Dim instance As IListItemByKeyService
[CorrelationParameterAttribute("listId")]
[CorrelationParameterAttribute("itemKey")]
[ExternalDataExchangeAttribute]
[CorrelationParameterAttribute("id")]
public interface IListItemByKeyService

See also

Reference

IListItemByKeyService members

Microsoft.SharePoint.Workflow namespace