FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getSubWorkflowDefinitionsAtLevel Method

Gets the sub workflow definitions at level.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<deWorkflowDefinition, int> getSubWorkflowDefinitionsAtLevel(
	subDefType oType
)
Public Function getSubWorkflowDefinitionsAtLevel ( _
	oType As subDefType _
) As Dictionary(Of deWorkflowDefinition, Integer)
public:
Dictionary<deWorkflowDefinition^, int^>^ getSubWorkflowDefinitionsAtLevel(
	subDefType^ oType
)

Parameters

oType
Type: FlowWright.cDevDeAPI..::..subDefType
Type of the o.

Return Value

Dictionary<System.Int32, deDefinition>.