FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
deGlobalization Class
deGlobalization Methods
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..upsertFormWidgetCategoryResource Method

Upserts the form widget category resource.

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

Syntax


public bool upsertFormWidgetCategoryResource(
	string formWidgetCategoryName,
	string cultureName
)
Public Function upsertFormWidgetCategoryResource ( _
	formWidgetCategoryName As String, _
	cultureName As String _
) As Boolean
public:
bool^ upsertFormWidgetCategoryResource(
	String^ formWidgetCategoryName, 
	String^ cultureName
)

Parameters

formWidgetCategoryName
Type: String
Name of the form widget category.
cultureName
Type: String
Name of the culture.

Return Value

true if XXXX, false otherwise.