FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..updateGlobal Method

Updates the global.

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

Syntax


public bool updateGlobal(
	string globalName,
	string globalValue
)
Public Function updateGlobal ( _
	globalName As String, _
	globalValue As String _
) As Boolean
public:
bool^ updateGlobal(
	String^ globalName, 
	String^ globalValue
)

Parameters

globalName
Type: String
Name of the global.
globalValue
Type: String
The global value.

Return Value

true if XXXX, false otherwise.