FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..removeFormWidgetCategoryResource Method

Removes the form widget category resource.

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

Syntax


public bool removeFormWidgetCategoryResource(
	string formWidgetCategoryName
)
Public Function removeFormWidgetCategoryResource ( _
	formWidgetCategoryName As String _
) As Boolean
public:
bool^ removeFormWidgetCategoryResource(
	String^ formWidgetCategoryName
)

Parameters

formWidgetCategoryName
Type: String
Name of the form widget category.

Return Value

true if XXXX, false otherwise.