addProjectToGroup

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.)

Arguments

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.

Return

The addProjectToGroup method returns zero (an integer).