Indicates whether specified user has assigned specific permission for the specified project.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- projectId
- Type: System Int32
ID of the project to check permission for
- permissionName
- Type: System String
Name of the permission
- userInfo
- Type: CMS.Membership UserInfo
User info to check permission for
- siteId
- Type: System Int32
ID of the site role should belongs to
Return Value
Type: BooleanSee Also