Method LoadTreeAsync<TProps>(long, IRedbUser, int?)
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()
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()