Click or drag to resize
MacroStaticSettingsAllowOnlySimpleMacros Property
If true, only simple macros (those which don't need security check) are allowed, all others won't be resolved. If true, CMSTextBox does not add security parameters to macros.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static bool AllowOnlySimpleMacros { get; set; }

Property Value

Type: Boolean
See Also