Click or drag to resize

IDslCompilerContextHas Method

Determines if a variable exists in the workflow.

Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
bool Has(
	string key
)

Parameters

key  String
The key.

Return Value

Boolean
True if the variable exists; otherwise, False.
See Also