IDslCompilerContextHasTempKey Method
|
Determines if a temporary key exists in the current workflow context.
Namespace: Casewhere.Runtime.DSL.CompilerContextAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbool HasTempKey(
string key
)
Parameters
- key String
- The key.
Return Value
BooleanTrue if the temporary key exists; otherwise, False.
See Also