FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addLookupItem Method

To Create Look up data

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.