Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyModel

    Represents a property that can be used in template queries for filtering or sorting.

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

    Constructors

    View Source

    PropertyModel()

    Declaration
    public PropertyModel()

    Properties

    View Source

    Alias

    Gets or sets the alias of the property.

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

    Name

    Gets or sets the display name of the property.

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

    Type

    Gets or sets the data type of the property (e.g., "string", "datetime", "boolean").

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