Click or drag to resize
MacroSecurityProcessorIsSimpleMacro Method
Returns true if the macro is simple and does not need signing.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static bool IsSimpleMacro(
	string expression
)

Parameters

expression
Type: SystemString
Expression to check

Return Value

Type: Boolean
Returns true if expression does not contain none of those characters: .[}
See Also