IDsl Compiler ContextHas Temp Key Method
Determines if a temporary key exists in the current workflow context.
Definition
Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
True if the temporary key exists; otherwise, False.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool HasTempKey(
string key
)Parameters
- key String
- The key.
Return Value
BooleanTrue if the temporary key exists; otherwise, False.