GetProjectsForUser
What it does
Gets information about the projects on the Application Server, taking into account a user's access permissions.
Definition
Project [] GetProjectsForUser( int userId, int roleType );
Parameters
Name | Type | Description |
userId | int | User ID |
roleType | int | The ID of the user's role type. See RoleType for possible values. |
Returned value
Type | Description |
Project[] |
A set of records, each of which contains information about one of the projects. The set is created based on the values of the input parameters as follows:
|
4/12/2024 6:16:02 PM