Method CopySeveral
CopySeveral(List<PdmObjectId>, PdmObjectId)
Copies several objects.
Declaration
[OperationContract]
[Obsolete("Since v7.20.258.0, CopySeveral is done using CopySeveralWithOptions.")]
List<PdmObjectId> CopySeveral(List<PdmObjectId> inObjectIds, PdmObjectId inOwnerId)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | Identifiers of objects to copy. |
| PdmObjectId | inOwnerId | Identifier of project or folder owner where to copy objects. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | New PDM object identifiers. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.7.201.140.