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

deGlobalization..::..getDashboardWidgetDisplayValues Method

Gets the dashboard widget display values.

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

Syntax


public Dictionary<string, string> getDashboardWidgetDisplayValues(
	string cultureName
)
Public Function getDashboardWidgetDisplayValues ( _
	cultureName As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getDashboardWidgetDisplayValues(
	String^ cultureName
)

Parameters

cultureName
Type: String
Name of the culture.

Return Value

Dictionary<System.String, System.String>.