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.
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
id
Type: System.GuidReserved for internal use.
listId
Type: System.GuidThe ID of the list on which the list resides.
itemId
Type: System.Int32The ID of the item.
itemProperties
Type: System.Collections.HashtableA hash table containing the updated item properties for the item.
Remarks
This method is used by the UpdateItemActivity class of the Microsoft.SharePoint.WorkflowActions namespace.