Method LoadWithParentsAsync<TProps>(IEnumerable<long>, int, bool?)

Assembly: redb.Core.dll

Bulk load objects by ID with parent chains to root (uses _securityContext).
Each object has its Parent chain populated up to root.
Parent objects that are common across multiple chains are shared (same reference).

Task<List<TreeRedbObject<TProps>>> LoadWithParentsAsync<TProps>(IEnumerable<long> objectIds, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()