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

deGlobalization..::..upsertDashboardWidgetCategoryResource Method

Upserts the dashboard widget category resource.

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

Syntax


public bool upsertDashboardWidgetCategoryResource(
	string widgetCategoryName,
	string cultureName
)
Public Function upsertDashboardWidgetCategoryResource ( _
	widgetCategoryName As String, _
	cultureName As String _
) As Boolean
public:
bool^ upsertDashboardWidgetCategoryResource(
	String^ widgetCategoryName, 
	String^ cultureName
)

Parameters

widgetCategoryName
Type: String
Name of the widget category.
cultureName
Type: String
Name of the culture.

Return Value

true if XXXX, false otherwise.