RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Search results for: LoadTreeAsync Clear search
I ITreeProvider redb.Core.Providers
M LoadTreeAsync<TProps>(IRedbObject, int?) Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?) Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).
M LoadTreeAsync<TProps>(long, int?) Load tree/subtree by root object ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad)...
M LoadTreeAsync<TProps>(long, IRedbUser, int?) Load tree/subtree by root object ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
C RedbServiceBase redb.Core
M LoadTreeAsync<TProps>(IRedbObject, int?) Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?) Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).
M LoadTreeAsync<TProps>(long, int?) Load tree/subtree by root object ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad)...
M LoadTreeAsync<TProps>(long, IRedbUser, int?) Load tree/subtree by root object ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
C TreeProviderBase redb.Core.Providers.Base
M LoadTreeAsync<TProps>(IRedbObject, int?) Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?) Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).
M LoadTreeAsync<TProps>(long, int?) Load tree by root object ID (uses _securityContext).
M LoadTreeAsync<TProps>(long, IRedbUser, int?) Load tree by root object ID with explicit user.