Share via


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

  • listId
    Type: System.Guid

    The ID of the list on which the item resides.

  • comment
    Type: System.String

    Any comment to accompany the item check in.

Remarks

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

See also

Reference

IListItemService interface

IListItemService members

Microsoft.SharePoint.Workflow namespace