Click or drag to resize

Permissions Constructor (IContext, IUser)

Initialize the permissions of the specified user

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public Permissions(
	IContext context,
	IUser user
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution
user
Type: AskiaPortalCmnIUser
User from which we want the permission
See Also