Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryModel

    Inheritance
    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
    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
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX