Method AddReferencedProjects
AddReferencedProjects(PdmObjectId, List<PdmObjectId>)
Adds referenced projects to a project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void AddReferencedProjects(PdmObjectId inProjectId, List<PdmObjectId> inReferencedProjectIds)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project identifier. |
| List<PdmObjectId> | inReferencedProjectIds | Referenced project identifiers to add. |
Remarks
Project is saved automatically after adding a reference.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.