Method LoadTreeAsync<TProps>(long, int?)
Load tree by root object ID (uses _securityContext).
public Task<TreeRedbObject<TProps>> LoadTreeAsync<TProps>(long rootObjectId, int? maxDepth = null) where TProps : class, new()
Load tree by root object ID (uses _securityContext).
public Task<TreeRedbObject<TProps>> LoadTreeAsync<TProps>(long rootObjectId, int? maxDepth = null) where TProps : class, new()