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
ITreeProvider
redb.Core.Providers
LoadTreeAsync<TProps>(IRedbObject, int?)
Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?)
Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).
LoadTreeAsync<TProps>(long, int?)
Load tree/subtree by root object ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad)...
LoadTreeAsync<TProps>(long, IRedbUser, int?)
Load tree/subtree by root object ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
RedbServiceBase
redb.Core
LoadTreeAsync<TProps>(IRedbObject, int?)
Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?)
Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).
LoadTreeAsync<TProps>(long, int?)
Load tree/subtree by root object ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad)...
LoadTreeAsync<TProps>(long, IRedbUser, int?)
Load tree/subtree by root object ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
TreeProviderBase
redb.Core.Providers.Base
LoadTreeAsync<TProps>(IRedbObject, int?)
Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?)
Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).
LoadTreeAsync<TProps>(long, int?)
Load tree by root object ID (uses _securityContext).
LoadTreeAsync<TProps>(long, IRedbUser, int?)
Load tree by root object ID with explicit user.