Click or drag to resize
ProjectInfoProviderIsAuthorizedPerProjectInternal Method
Returns true if and only if current user is authorized for the specified action.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual bool IsAuthorizedPerProjectInternal(
	int projectId,
	string permissionName,
	CurrentUserInfo currentUser
)

Parameters

projectId
Type: SystemInt32
Project ID
permissionName
Type: SystemString
Name of the permission to check
currentUser
Type: CMS.MembershipCurrentUserInfo
The current user

Return Value

Type: Boolean
See Also