AddArrayIntoArrayListActivity class

Defines a workflow activity that is used to append an ArrayList object to the end of another specified ArrayList object.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(AddArrayIntoArrayListActivityValidator))> _
Public Class AddArrayIntoArrayListActivity _
    Inherits Activity
'Usage
Dim instance As AddArrayIntoArrayListActivity
[ActivityValidatorAttribute(typeof(AddArrayIntoArrayListActivityValidator))]
public class AddArrayIntoArrayListActivity : 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

AddArrayIntoArrayListActivity members

Microsoft.SharePoint.WorkflowActions namespace