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

Assembly: redb.Core.dll

Load tree/subtree by root object ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).

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