GetRoles
What it does
Returns the list of all roles in a project.
Definition
Role [] GetRoles( int projectId );
Parameters
| Name | Type | Description |
| projectId | int | The ID of the project for which to get the list of roles |
Returned value
| Type | Description |
| Role[] | The set of records, each containing information about a role |
12.04.2024 18:16:02