FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..createFormWidgetCategory Method

Creates the form widget category.

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

Syntax


public bool createFormWidgetCategory(
	string sFormWidgetCategoryName,
	ref string sFormWidgetCategoryID
)
Public Function createFormWidgetCategory ( _
	sFormWidgetCategoryName As String, _
	ByRef sFormWidgetCategoryID As String _
) As Boolean
public:
bool^ createFormWidgetCategory(
	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 XXXX, false otherwise.