Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
id
Type: System.GuidReserved for internal use.
listId
Type: System.GuidThe ID of the list on which the item resides.
itemId
Type: System.Int32The ID of the item.
Remarks
This method is used by the UndoCheckOutItemActivity class of the Microsoft.SharePoint.WorkflowActions namespace.