Method LoadTreeAsync<TProps>(long, int?)

Assembly: redb.Core.dll

Load tree/subtree by root object ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
Loads root object and all its children recursively.

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