FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..updateFormWidgetCategory Method

Updates the form widget category.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.