Method LoadTreeAsync<TProps>(long, IRedbUser, int?)

Assembly: redb.Core.dll

Load tree by root object ID with explicit user.

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