Search Results for

    Show / Hide Table of Contents
    View Source

    Class SourceModel

    Represents the source node for a template query.

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

    Constructors

    View Source

    SourceModel()

    Declaration
    public SourceModel()

    Properties

    View Source

    Id

    Gets or sets the unique identifier of the source node.

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

    Name

    Gets or sets the name of the source node.

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