RemovePermission
What it does
Removes user or group permissions to use the specified role in the specified project.
Definition
void RemovePermission( int principalId, int projectId, int batchTypeId, int roleType );
Parameters
| Name | Type | Description | 
| principalId | int | User or group ID | 
| projectId | int | 
         Project ID 
  | 
    
| batchTypeId | int | 
         Batch ID 
  | 
    
| roleType | int | User role type. For possible values, see User role types.  | 
    
Returned value
N/A
4/12/2024 6:16:02 PM