Children(IList entryFields = null, entryLinkDepth = 0) |
IReadOnlyList<Node> |
Gets a readonly list of the child nodes |
ChildrenAsync(IList entryFields = null, entryLinkDepth = 0) |
IReadOnlyList<Node> |
Gets a readonly list of the child nodes asynchronously |
Parent(IList entryFields = null, entryLinkDepth = 0) |
Node |
Get the parent node. If the node is the root node then it will be null |
ParentAsync(IList entryFields = null, entryLinkDepth = 0) |
Node |
Gets the parent node asynchronously. If the node is the root node then it will be null |
AncestorAtLevel(int level, IList entryFields = null, entryLinkDepth = 0) |
Node |
Gets an ancestor node at the specified level |
AncestorAtLevelAsync(int level, IList entryFields = null, entryLinkDepth = 0) |
Node |
Gets an ancestor node at the specified level asynchronously |
Ancestors(int startLevel, IList entryFields = null, entryLinkDepth = 0) |
IReadonlyList<Node> |
Gets a list of ancestor nodes |
AncestorsAsync(int startLevel, IList entryFields = null, entryLinkDepth = 0) |
IReadonlyList<Node> |
Gets a list of ancestor nodes asynchronously |
Siblings(IList entryFields = null, entryLinkDepth = 0) |
IReadonlyList<Node> |
Gets a list of sibling nodes including the current node |
SiblingsAsync(IList entryFields = null, entryLinkDepth = 0) |
IReadonlyList<Node> |
Gets a list of sibling nodes including the current node |
Entry() |
Entry |
Gets the associated entry instance assigned to the node. |
EntryAsync() |
Entry |
Gets the associated entry instance assigned to the node asynchronously. |
Entry<T> |
TypedModel of T |
Gets the entry as a typed model |
EntryAsync<TModel> |
TypedModel of T |
Gets the entry as a typed model asynchronously |