FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getLookupItemValue Method

Gets the lookup item value.

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

Syntax


public string getLookupItemValue(
	string groupKey,
	string text,
	string filter
)
Public Function getLookupItemValue ( _
	groupKey As String, _
	text As String, _
	filter As String _
) As String
public:
String^ getLookupItemValue(
	String^ groupKey, 
	String^ text, 
	String^ filter
)

Parameters

groupKey
Type: String
The group key.
text
Type: String
The text.
filter
Type: String
The filter.

Return Value

System.String.