| TextCompareOperatorEnum Enumeration |
Namespace: CMS.UIControls
public enum TextCompareOperatorEnum
| 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 |
Copyright (c) 2015 Kentico Software