Adds the given code_id to Project id's dependencies. This method will throw an exception if the code_id or project id does not already exist, or if the code_type is unknown. (See above for a list of valid code_types.)
| Name | Type | Description |
|---|---|---|
| skey | string | |
| project_id | string |
The ID of the project to add a dependency to. |
| code_type | string |
The code type of the dependency to add. |
| code_id | string |
The ID of the dependency to add. |
The addProjectDependency method returns a string.
© Copyright 1997-2007 Journyx