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

Gets the list of all the workflow definition details for a particular workflow definition.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetWorkflowDefinitionDetailsInfoById(
	int workflowDefinitionId
)
Visual Basic (Declaration)
Public Function GetWorkflowDefinitionDetailsInfoById ( _
	workflowDefinitionId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetWorkflowDefinitionDetailsInfoById(
	int workflowDefinitionId
)

Parameters

workflowDefinitionId
Type: System..::.Int32
Id of the workflow definition.

Return Value

ArrayList of WorkflowDefinitionDetailsInfo object containing details of the individual workflow components belonging to one single workflow definition. WorkflowDefinitionDetailsInfo

See Also