Search Results for

    Show / Hide Table of Contents
    View Source

    Class FilterOption

    Represents a filter option used for filtering query results in the Delivery API.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class FilterOption

    Constructors

    View Source

    FilterOption()

    Declaration
    public FilterOption()

    Properties

    View Source

    FieldName

    Gets or sets the name of the field to filter on.

    Declaration
    public required string FieldName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Operator

    Gets or sets the filter operation to apply.

    Declaration
    public required FilterOperation Operator { get; set; }
    Property Value
    Type Description
    FilterOperation
    View Source

    Values

    Gets or sets the values to filter against.

    Declaration
    public required string[] Values { get; set; }
    Property Value
    Type Description
    string[]
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX