Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryCondition

    Represents a filter condition for a template query.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.TemplateQuery
    Assembly: Umbraco.Core.dll
    Syntax
    public class QueryCondition

    Constructors

    View Source

    QueryCondition()

    Declaration
    public QueryCondition()

    Properties

    View Source

    ConstraintValue

    Gets or sets the constraint value to compare against.

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

    Property

    Gets or sets the property to filter on.

    Declaration
    public PropertyModel Property { get; set; }
    Property Value
    Type Description
    PropertyModel
    View Source

    Term

    Gets or sets the operator term defining the comparison operation.

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