Click or drag to resize
EvaluationContextCaseSensitive Property
Determines whether string comparison and other operations are case sensitive. False by default.

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

Property Value

Type: Boolean
See Also