Method MoveSeveral
MoveSeveral(List<PdmObjectId>, PdmObjectId)
Moves several objects.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 140)]
void MoveSeveral(List<PdmObjectId> inObjectIds, PdmObjectId inOwnerId)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | Identifiers of objects to move. |
| PdmObjectId | inOwnerId | Identifier of project or folder owner 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 owner it must be that project, and when specifying a folder owner it must belong to that project.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.8.303.140.