Table of Contents

Enum TextCompareOperatorEnum

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Specifies possible operators for comparing text (used mostly in CMSFormControls/Filters/TextFilter control).

public enum TextCompareOperatorEnum
Extension Methods

Fields

Empty = 8

Is empty

EndsWith = 6

Ends with

Equals = 2

Equals/=

Like = 0

Like/Contains

NotEmpty = 9

Is not empty

NotEndsWith = 7

Does not end with

NotEquals = 3

Does not equal/!=

NotLike = 1

Not like/Doesn't contain

NotStartsWith = 5

Doesn't start with

StartsWith = 4

Starts with