FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngineContext..::..isVariableOrGlobal Method

Determines whether [is variable or global] [the specified s item].

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

Syntax


public bool isVariableOrGlobal(
	string sItem,
	clsStepReturn oRet
)
Public Function isVariableOrGlobal ( _
	sItem As String, _
	oRet As clsStepReturn _
) As Boolean
public:
bool^ isVariableOrGlobal(
	String^ sItem, 
	clsStepReturn^ oRet
)

Parameters

sItem
Type: String
The s item.
oRet
Type: FlowWright.cDevDecisionEngine..::..clsStepReturn
The o ret.

Return Value

true if [is variable or global] [the specified s item]; otherwise, false.