Method GetMinorRevisionFileVersion
GetMinorRevisionFileVersion(PdmMinorRevisionId)
Gets the version of the application used to save the file of a minor revision.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
int GetMinorRevisionFileVersion(PdmMinorRevisionId inMinorRevisionId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of the minor revision. |
Returns
| Type | Description |
|---|---|
| int | Application version used to save the file of the minor revision. |
Remarks
The value returned is defined by: Major * 100000000 + Minor * 1000000 + Build * 1000 + Revision.
For example, v7.5.200.100 is returned as: 705200100.
This method returns 0 if the version of the application is not known.
This method is available since v7.10.