Adds a project to a group.
Use addProjectToGroup to add a project to a group, given the IDs of both the project and the group. (You can use the getGroup and getProject methods to search for the group and project records if you don't know their IDs.)
| Name | Type | Description |
|---|---|---|
| skey | string | |
| id | string |
The ID of the project to add to the group. |
| group | string |
The ID of the group to add the project to. |
The addProjectToGroup method returns zero (an integer).
© Copyright 1997-2007 Journyx