Class TreeEntityPath
Represents the path of a tree entity.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Entities
Assembly: Umbraco.Core.dll
Syntax
public class TreeEntityPath
Constructors
View SourceTreeEntityPath()
Declaration
public TreeEntityPath()
Properties
View SourceId
Gets or sets the identifier of the entity.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Key
Gets or sets the unique key of the entity.
Declaration
public Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Path
Gets or sets the path of the entity.
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |