Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<FilterOperation, TProperty>(FilterOperation, Expression<Func<FilterOperation, TProperty>>)
    DictionaryExtensions.MergeLeft<FilterOperation, TK, TV>(FilterOperation, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<FilterOperation, TK, TV>(FilterOperation, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<FilterOperation>(FilterOperation)
    ObjectExtensions.AsEnumerableOfOne<FilterOperation>(FilterOperation)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX