FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateLookupItem Method

To Update Look up data

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

Syntax


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

Parameters

groupKey
Type: String
The group key.
text
Type: String
The text.
value
Type: String
The value.
filter
Type: String
The filter.
oldText
Type: String
The oldtext.
oldFilter
Type: String
The oldFilter.

Return Value

true if XXXX, false otherwise.