ProjectRolePermissionInfoProviderRemoveRelationship Method (Int32, Int32, Int32) |
Deletes specified relationship.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax public static void RemoveRelationship(
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
See Also