UpdateItemActivity class

Updates one or more properties on a specified Microsoft SharePoint Foundation 2010 list item.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(UpdateItemActivityValidator))> _
<ToolboxBitmapAttribute(GetType(UpdateItemActivity), "Resources.UpdateItemActivity.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", True)> _
Public Class UpdateItemActivity _
    Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As UpdateItemActivity
[ActivityValidatorAttribute(typeof(UpdateItemActivityValidator))]
[ToolboxBitmapAttribute(typeof(UpdateItemActivity), "Resources.UpdateItemActivity.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", true)]
public class UpdateItemActivity : WaitForDocumentUnlockActivity

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UpdateItemActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace