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

deGlobalization..::..getFormWidgetCategoryValue Method

Gets the form widget category value.

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

Syntax


public string getFormWidgetCategoryValue(
	string formWidgetCategoryName,
	string cultureName
)
Public Function getFormWidgetCategoryValue ( _
	formWidgetCategoryName As String, _
	cultureName As String _
) As String
public:
String^ getFormWidgetCategoryValue(
	String^ formWidgetCategoryName, 
	String^ cultureName
)

Parameters

formWidgetCategoryName
Type: String
Name of the form widget category.
cultureName
Type: String
Name of the culture.

Return Value

System.String.