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

Assembly: redb.Core.dll

Load object by ID with parent chain to root (uses _securityContext).

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