FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasWorkflowDefinitionName Method

has Definition Name

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

Syntax


public bool hasWorkflowDefinitionName(
	string sDefName,
	string sDefID,
	string tenantID
)
Public Function hasWorkflowDefinitionName ( _
	sDefName As String, _
	sDefID As String, _
	tenantID As String _
) As Boolean
public:
bool^ hasWorkflowDefinitionName(
	String^ sDefName, 
	String^ sDefID, 
	String^ tenantID
)

Parameters

sDefName
Type: String
definition name
sDefID
Type: String
definition id
tenantID
Type: String
tenant id

Return Value

true if [has definition name] [the specified s definition name]; otherwise, false.