FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..hasFormDefinitionName Method

hasFormDefinitionName

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

Syntax


public bool hasFormDefinitionName(
	string sFormDefName,
	string sFormDefID,
	string tenantID
)
Public Function hasFormDefinitionName ( _
	sFormDefName As String, _
	sFormDefID As String, _
	tenantID As String _
) As Boolean
public:
bool^ hasFormDefinitionName(
	String^ sFormDefName, 
	String^ sFormDefID, 
	String^ tenantID
)

Parameters

sFormDefName
Type: String
Name of the s form definition.
sFormDefID
Type: String
The s form definition identifier.
tenantID
Type: String
The tenant ID.

Return Value

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