Class PageTree
- Namespace
- InSite.Domain.Foundations
- Assembly
- Shift.Sdk.dll
public class PageTree
- Inheritance
-
PageTree
- Inherited Members
- Extension Methods
Constructors
PageTree()
public PageTree()
Properties
Children
public List<PageTree> Children { get; set; }
Property Value
Depth
public int Depth { get; }
Property Value
Node
public PageNode Node { get; set; }
Property Value
Parent
public PageTree Parent { get; set; }
Property Value
Path
public string Path { get; }
Property Value
Methods
Add(PageTree)
public void Add(PageTree child)
Parameters
childPageTree
Flatten()
public PageTree[] Flatten()
Returns
- PageTree[]
Remove(PageTree)
public bool Remove(PageTree child)
Parameters
childPageTree