Property Ancestors

Assembly: redb.Core.dll

Gets all node ancestors (from parent to root)
Requires loaded hierarchy up to root through Parent references

IEnumerable<ITreeRedbObject> Ancestors { get; }