Indicates whether specified user has assigned specific permission for the specified task.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- taskId
- Type: System Int32
ID of the task to check permission for
- permissionName
- Type: System String
Name of the permission
- currentUser
- Type: CMS.Membership CurrentUserInfo
The current user
- siteId
- Type: System Int32
The site id
Return Value
Type: BooleanSee Also