Method CopySeveral
CopySeveral(List<PdmObjectId>, PdmObjectId)
Copies several objects.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
List<PdmObjectId> CopySeveral(List<PdmObjectId> inObjectIds, PdmObjectId inContainerId)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | Identifiers of objects to copy. |
| PdmObjectId | inContainerId | Identifier of project or folder container where to copy objects. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | New PDM object identifiers. |
Remarks
This method is available since v7.10.