GetFileByVersion Method
Gets data on a specific version of a file in the Vault.
Required Permissions
FileReadSyntax
public File GetFileByVersion(
System.long fileMasterId,
System.int versionNumber
)Public Function GetFileByVersion( _
ByVal fileMasterId As System.Long, _
ByVal versionNumber As System.Integer _
) As FileParameters
| Name | Description |
|---|---|
| fileMasterId | The master ID of the file. |
| versionNumber | The version of the file. |
Return Value
A File object matching the data specified.