PackageManagerApplyNavTargetPermissions Method |
Apply permissions to the application NavTargets.
Namespace:
NetQuarry.Security.Package
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void ApplyNavTargetPermissions(
IAppContext appCxt,
bool tenantSpecific = false
)
Public Shared Sub ApplyNavTargetPermissions (
appCxt As IAppContext,
Optional tenantSpecific As Boolean = false
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - tenantSpecific (Optional)
- Type: SystemBoolean
True if this should apply tenant specific permissions
See Also