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 |
4/12/2024 6:16:03 PM