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

deGlobalization..::..getFormWidgetInputDescriptionValues Method

Gets the form widget input description values.

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

Syntax


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

Parameters

formWidgetName
Type: String
Name of the form widget.
cultureName
Type: String
Name of the culture.

Return Value

Dictionary<System.String, System.String>.