FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getSubWorkflowDefinitions Method

Gets the sub workflow definitions.

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

Syntax


public Dictionary<string, deWorkflowDefinition> getSubWorkflowDefinitions(
	subDefType oType,
	bool recursive
)
Public Function getSubWorkflowDefinitions ( _
	oType As subDefType, _
	recursive As Boolean _
) As Dictionary(Of String, deWorkflowDefinition)
public:
Dictionary<String^, deWorkflowDefinition^>^ getSubWorkflowDefinitions(
	subDefType^ oType, 
	bool^ recursive
)

Parameters

oType
Type: FlowWright.cDevDeAPI..::..subDefType
Type of the o.
recursive
Type: Boolean
if set to true [recursive].

Return Value

Dictionary<System.String, deDefinition>.