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 SourceSourceModel()
Declaration
public SourceModel()
Properties
View SourceId
Gets or sets the unique identifier of the source node.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the source node.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |