Share via


IListItemService.UndoCheckOutListItem Method

Undoes the check out of the specified list item.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<CorrelationInitializerAttribute> _
Sub UndoCheckOutListItem ( _
    id As Guid, _
    listId As Guid, _
    itemId As Integer _
)
'Usage
Dim instance As IListItemService
Dim id As Guid
Dim listId As Guid
Dim itemId As Integer

instance.UndoCheckOutListItem(id, listId, _
    itemId)
[CorrelationInitializerAttribute]
void UndoCheckOutListItem(
    Guid id,
    Guid listId,
    int itemId
)

Parameters

  • listId
    Type: System.Guid

    The ID of the list on which the item resides.

Remarks

This method is used by the UndoCheckOutItemActivity class of the Microsoft.SharePoint.WorkflowActions namespace.

See Also

Reference

IListItemService Interface

IListItemService Members

Microsoft.SharePoint.Workflow Namespace