Method GetMinorRevisionFileSize
GetMinorRevisionFileSize(PdmMinorRevisionId)
Gets the size of the file of a minor revision.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
long GetMinorRevisionFileSize(PdmMinorRevisionId inMinorRevisionId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of the minor revision. |
Returns
| Type | Description |
|---|---|
| long | Size (in bytes) of the file of the minor revision. |
Remarks
This method is available since v7.10.