deWorkflowInstance..::..getSubWorkflowUIModels Method
Gets the sub workflow UI models.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public Dictionary<string, clsUIModel> getSubWorkflowUIModels( subDefType oType, bool recursive )
Public Function getSubWorkflowUIModels ( _ oType As subDefType, _ recursive As Boolean _ ) As Dictionary(Of String, clsUIModel)
public: Dictionary<String^, clsUIModel^>^ getSubWorkflowUIModels( subDefType^ oType, bool^ recursive )
Parameters
- oType
- Type: FlowWright.cDevDeAPI..::..subDefType
Type of the o.
- recursive
- Type: Boolean
if set to true [recursive].