Enum FilterOperation
Specifies the type of filter operation to apply in Delivery API queries.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public enum FilterOperation
Fields
| Name | Description |
|---|---|
| Contains | Contains the specified value. |
| DoesNotContain | Does not contain the specified value. |
| GreaterThan | Greater than the specified value. |
| GreaterThanOrEqual | Greater than or equal to the specified value. |
| Is | Exact equality match. |
| IsNot | Not equal to the specified value. |
| LessThan | Less than the specified value. |
| LessThanOrEqual | Less than or equal to the specified value. |