Specifies possible operators for comparing text (used mostly in CMSFormControls/Filters/TextFilter control).
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Members
Member name | Value | Description | |
---|---|---|---|
Like | 0 | Like/Contains | |
NotLike | 1 | Not like/Doesn't contain | |
Equals | 2 | Equals/= | |
NotEquals | 3 | Does not equal/!= | |
StartsWith | 4 | Starts with | |
NotStartsWith | 5 | Doesn't start with | |
EndsWith | 6 | Ends with | |
NotEndsWith | 7 | Does not end with | |
Empty | 8 | Is empty | |
NotEmpty | 9 | Is not empty | |
LessThan | 10 | Is less than | |
GreaterThan | 11 | Is greater than |
See Also