Permissions Constructor (IContext, IUserProfile) |
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,
IUserProfile userProfile
)
Public Sub New (
context As IContext,
userProfile As IUserProfile
)
public:
Permissions(
IContext^ context,
IUserProfile^ userProfile
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution - userProfile
- Type: AskiaPortalCmnIUserProfile
User profile related to the permission
See Also