FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..hasFormWidgetCategoryName Method

Determines whether [has form widget category name] [the specified s form widget category name].

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

Syntax


public bool hasFormWidgetCategoryName(
	string sFormWidgetCategoryName,
	string sFormWidgetCategoryID
)
Public Function hasFormWidgetCategoryName ( _
	sFormWidgetCategoryName As String, _
	sFormWidgetCategoryID As String _
) As Boolean
public:
bool^ hasFormWidgetCategoryName(
	String^ sFormWidgetCategoryName, 
	String^ sFormWidgetCategoryID
)

Parameters

sFormWidgetCategoryName
Type: String
Name of the s form widget category.
sFormWidgetCategoryID
Type: String
The s form widget category identifier.

Return Value

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