Method LoadTreeAsync<TProps>(long, int?)

Assembly: redb.Core.dll

Load tree by root object ID (uses _securityContext).

public Task<TreeRedbObject<TProps>> LoadTreeAsync<TProps>(long rootObjectId, int? maxDepth = null) where TProps : class, new()