Click or drag to resize
ComparisonStatus Enumeration
Type of TextPart match against other string enumeration.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public enum ComparisonStatus
Members
  Member nameValueDescription
Unknown-1 Unknown status, TextPart was processed yet.
NoMatch0 No match was found.
Match1 Match found successfuly.
See Also