NavTargetsLoad Method (IAppContext, IDatabase, String, Boolean) |
Loads the collection from the database
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IAppContext cxt,
IDatabase db,
string navID,
bool applyPermissions
)
Public Sub Load (
cxt As IAppContext,
db As IDatabase,
navID As String,
applyPermissions As Boolean
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context, used for permissioning (and database if no db provided). - db
- Type: NetQuarryIDatabase
An IDatabase object that typically points to the repository database.
If no db is specified and an application context is provided, then the repository is obtained from the context object. - navID
- Type: SystemString
The ID of the navigator to load - applyPermissions
- Type: SystemBoolean
True if permissions should be applied to the targets
See Also