PackageManagerApplyPagePermissions Method |
Applies the permissions to the pages.
Namespace:
NetQuarry.Security.Package
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void ApplyPagePermissions(
IAppContext appCxt
)
Public Shared Sub ApplyPagePermissions (
appCxt As IAppContext
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context.
See Also