Click or drag to resize
MacroSettingsAvoidInjection Property
If true, the resolving of the macros should avoid SQL injection (escapes the apostrophes in output). Default value is false

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

Property Value

Type: Boolean
See Also