Share via


IListItemService.UpdateListItem Method

Updates the specified list item.

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

Syntax

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

instance.UpdateListItem(id, listId, itemId, _
    itemProperties)
[CorrelationInitializerAttribute]
void UpdateListItem(
    Guid id,
    Guid listId,
    int itemId,
    Hashtable itemProperties
)

Parameters

  • listId
    Type: System.Guid

    The ID of the list on which the list resides.

Remarks

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

See Also

Reference

IListItemService Interface

IListItemService Members

Microsoft.SharePoint.Workflow Namespace