Method GetLatestDocumentIds
GetLatestDocumentIds(List<ErpPdmId>, bool)
Gets latest Erp pdm ids from a list of erp pdm object
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 80)]
List<ErpPdmId> GetLatestDocumentIds(List<ErpPdmId> inPdmIds, bool inGetFromSameMajorRevision)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ErpPdmId> | inPdmIds | list of erp pdm object |
| bool | inGetFromSameMajorRevision | whether to get them from same major revision than object minor revision |
Returns
| Type | Description |
|---|---|
| List<ErpPdmId> | Latesr Erp pdm ids list |