FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasLookupData Method

Determines whether [has lookup data] [the specified groupkey].

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

Syntax


public bool hasLookupData(
	string groupKey,
	string text,
	string filter
)
Public Function hasLookupData ( _
	groupKey As String, _
	text As String, _
	filter As String _
) As Boolean
public:
bool^ hasLookupData(
	String^ groupKey, 
	String^ text, 
	String^ filter
)

Parameters

groupKey
Type: String
The groupkey.
text
Type: String
The text.
filter
Type: String
The filter.

Return Value

true if [has lookup data] [the specified groupkey]; otherwise, false.