Click or drag to resize

PackageUserUtilitiesCreatePermissions Method

Creates missing permission records

Namespace:  NetQuarry.Security.Package
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void CreatePermissions(
	IAppContext appCxt,
	string userGuid,
	bool reset
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
userGuid
Type: SystemString
The user.
reset
Type: SystemBoolean
If true, the permissions are completely reset for this user.
See Also