Returns true if and only if current user is authorized for the specified action.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- projectId
- Type: System Int32
Project ID
- permissionName
- Type: System String
Name of the permission to check
- currentUser
- Type: CMS.Membership CurrentUserInfo
The current user
Return Value
Type: BooleanSee Also