| MacroExpressionIsSpecialCommand Method | 
            Returns true for special commands such as break or continue, otherwise false.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected bool IsSpecialCommand(
	string name
)
Parameters
- name
- Type: SystemString
 Name of the command
Return Value
Type: 
Boolean See Also
See Also