Click or drag to resize
TextComparisonModeEnum Enumeration
Type of comparison in which should be compared text treated.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public enum TextComparisonModeEnum
Members
  Member nameValueDescription
HTML0 Default mode in which HTML is treated as not compared container.
PlainText1 Whole text is compared including possible HTML.
PlainTextWithoutFormating2 Whole text is compared and no balacing is done.
See Also