Click or drag to resize
MacroExpressionIsSpecialCommand Method
Returns true for special commands such as break or continue, otherwise false.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected bool IsSpecialCommand(
	string name
)

Parameters

name
Type: SystemString
Name of the command

Return Value

Type: Boolean
See Also