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

deGlobalization..::..getFormWidgetDescriptionValue Method

Gets the form widget description value.

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

Syntax


public string getFormWidgetDescriptionValue(
	string widgetName,
	string cultureName,
	string defaultValue
)
Public Function getFormWidgetDescriptionValue ( _
	widgetName As String, _
	cultureName As String, _
	defaultValue As String _
) As String
public:
String^ getFormWidgetDescriptionValue(
	String^ widgetName, 
	String^ cultureName, 
	String^ defaultValue
)

Parameters

widgetName
Type: String
Name of the widget.
cultureName
Type: String
Name of the culture.
defaultValue
Type: String
The default value.

Return Value

System.String.