IListItemService.CheckInListItem method
Checks in the specified SharePoint list item.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<CorrelationInitializerAttribute> _
Sub CheckInListItem ( _
id As Guid, _
listId As Guid, _
itemId As Integer, _
comment As String _
)
'Usage
Dim instance As IListItemService
Dim id As Guid
Dim listId As Guid
Dim itemId As Integer
Dim comment As String
instance.CheckInListItem(id, listId, itemId, _
comment)
[CorrelationInitializerAttribute]
void CheckInListItem(
Guid id,
Guid listId,
int itemId,
string comment
)
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.
comment
Type: System.StringAny comment to accompany the item check in.
Remarks
This method is used by the CheckInItemActivity class of the Microsoft.SharePoint.WorkflowActions namespace.