Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.TemplateQuery
    Assembly: Umbraco.Core.dll
    Syntax
    public class QueryModel

    Properties

    View Source

    ContentType

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

    Filters

    Declaration
    public IEnumerable<QueryCondition>? Filters { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<QueryCondition>>
    View Source

    Sort

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

    Source

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

    Take

    Declaration
    public int Take { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentType
      • Filters
      • Sort
      • Source
      • Take
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX