GetUserRoles
What it does
Gets a list of the IDs of the user roles available to the current user in a project.
Definition
int [] GetUserRoles( int projectId );
Parameters
Name | Type | Description |
projectId | int | The ID of the project for which to get the list of IDs |
Returned value
Type | Description |
int [] | A set of role IDs |
4/12/2024 6:16:02 PM