Click or drag to resize
MacroStaticSettingsCaseSensitiveComparison Property
Determines whether the string comparison in macros is case sensitive (unless the |(casesensitive) parameter is used.). Reflects global setting CMSMacrosCaseSensitiveComparison from web.config.

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

Property Value

Type: Boolean
See Also