MacroSecurityProcessorIsSimpleMacro Method |
Returns true if the macro is simple and does not need signing.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static bool IsSimpleMacro(
string expression
)
Parameters
- expression
- Type: SystemString
Expression to check
Return Value
Type:
BooleanReturns true if expression does not contain none of those characters: .[}
See Also