Click or drag to resize
ProjectTaskInfoProviderIsAuthorizedPerTaskInternal Method
Indicates whether specified user has assigned specific permission for the specified task.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual bool IsAuthorizedPerTaskInternal(
	ProjectTaskInfo taskObj,
	string permissionName,
	CurrentUserInfo currentUser
)

Parameters

taskObj
Type: CMS.ProjectManagementProjectTaskInfo
The task to check permission for
permissionName
Type: SystemString
Name of the permission
currentUser
Type: CMS.MembershipCurrentUserInfo
The current user

Return Value

Type: Boolean
See Also