Class TreeEntityPath
Represents the path of a tree entity.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Entities
Assembly: Umbraco.Core.dll
Syntax
public class TreeEntityPath
Properties
View SourceId
Gets or sets the identifier of the entity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Path
Gets or sets the path of the entity.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |