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