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 |
12.04.2024 18:16:02