Method GetMajorRevisions
GetMajorRevisions(PdmObjectId)
Gets the major revisions contained in a PDM object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
List<PdmMajorRevisionId> GetMajorRevisions(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Identifier of the PDM object. |
Returns
| Type | Description |
|---|---|
| List<PdmMajorRevisionId> | Identifiers of the contained major revisions. |
Remarks
This method is available since v7.10.