FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDefinitions Method

get definitions

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

Syntax


public Dictionary<string, deWorkflowDefinition> getDefinitions(
	string createdByUserID,
	string tenantID
)
Public Function getDefinitions ( _
	createdByUserID As String, _
	tenantID As String _
) As Dictionary(Of String, deWorkflowDefinition)
public:
Dictionary<String^, deWorkflowDefinition^>^ getDefinitions(
	String^ createdByUserID, 
	String^ tenantID
)

Parameters

createdByUserID
Type: String
created by user ID
tenantID
Type: String
The tenant identifier.

Return Value

Dictionary<System.String, deDefinition>.