Method LoadWithParentsAsync(IEnumerable<long>, int, bool?)
Bulk polymorphic load with parent chains (uses _securityContext).
public Task<List<ITreeRedbObject>> LoadWithParentsAsync(IEnumerable<long> objectIds, int depth = 10, bool? lazyLoadProps = null)