Click or drag to resize
TextCompareOperatorEnum Enumeration
Specifies possible operators for comparing text (used mostly in CMSFormControls/Filters/TextFilter control).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public enum TextCompareOperatorEnum
Members
  Member nameValueDescription
Like0 Like/Contains
NotLike1 Not like/Doesn't contain
Equals2 Equals/=
NotEquals3 Does not equal/!=
StartsWith4 Starts with
NotStartsWith5 Doesn't start with
EndsWith6 Ends with
NotEndsWith7 Does not end with
Empty8 Is empty
NotEmpty9 Is not empty
See Also