[This is preliminary documentation and is subject to change.]
Constructor to create the workflow Action based on the workflow list.
Namespace:
OfficeClip.BusinessLayer.Framework.WorkflowAssembly: 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.
