Method GetLatestRevision
GetLatestRevision(PdmObjectId)
Gets latest revision of specified object and of its children.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 180)]
void GetLatestRevision(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Identifier of object to update. |
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.180.