CopyItemActivity Class

Copies a specified list item from one list to another.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity

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

Syntax

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

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

CopyItemActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace