Method Restore
Restore(PdmObjectId)
Restores a deleted object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void Restore(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.10.