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

deGlobalization..::..getDashboardWidgetCategoryValue Method

Gets the dashboard widget category value.

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

Syntax


public string getDashboardWidgetCategoryValue(
	string widgetCategoryName,
	string cultureName
)
Public Function getDashboardWidgetCategoryValue ( _
	widgetCategoryName As String, _
	cultureName As String _
) As String
public:
String^ getDashboardWidgetCategoryValue(
	String^ widgetCategoryName, 
	String^ cultureName
)

Parameters

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

Return Value

System.String.