Click or drag to resize

IDslCompilerContextHasValue Method

Determines if a variable exists in the workflow and it has value e.g. not empty string, not empty array, etc.

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

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
True if the variable exists and has value; otherwise, False.
See Also