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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static bool CaseSensitiveComparison { get; set; }
Property Value
Type:
BooleanSee Also