Method MoveSeveral
MoveSeveral(List<PdmObjectId>, PdmObjectId)
Move several objects.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void MoveSeveral(List<PdmObjectId> inObjectIds, PdmObjectId inContainerId)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | Identifiers of objects to move. |
| PdmObjectId | inContainerId | Identifier of project or folder container where to move objects. |
Remarks
The objects to move must belong to the same project.
The objects must stay in the same project, therefore when specifying a project container it must be that project, and when specifying a folder container it must belong to that project.
This method is available since v7.10.