Click or drag to resize
ProjectRolePermissionInfoProviderGetProjectRolePermissionInfoInternal Method
Returns the relationship structure for the specified parameters.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual ProjectRolePermissionInfo GetProjectRolePermissionInfoInternal(
	int projectId,
	int roleId,
	int permissionId
)

Parameters

projectId
Type: SystemInt32
ID of the Project
roleId
Type: SystemInt32
ID of the Role
permissionId
Type: SystemInt32
ID of the Permission

Return Value

Type: ProjectRolePermissionInfo
See Also