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

Assembly: redb.Core.dll

MAIN bulk polymorphic LoadWithParentsAsync.
Preserves actual Props types for each object.

public Task<List<ITreeRedbObject>> LoadWithParentsAsync(IEnumerable<long> objectIds, IRedbUser user, int depth = 10, bool? lazyLoadProps = null)