[This is preliminary documentation and is subject to change.]

Constructor to create the workflow Action based on the workflow list.

Namespace:  OfficeClip.BusinessLayer.Framework.Workflow
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public WorkflowActions(
	ArrayList al
)
Visual Basic (Declaration)
Public Sub New ( _
	al As ArrayList _
)
Visual C++
public:
WorkflowActions(
	ArrayList^ al
)

Parameters

al
Type: System.Collections..::.ArrayList
The workflow list.

See Also