Click or drag to resize

IDslCompilerContextHasTempKey Method

Determines if a temporary key exists in the current workflow context.

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

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
True if the temporary key exists; otherwise, False.
See Also