GetLatestFileByMasterId Method
Gets the latest version of a file.
Required Permissions
FileReadSyntax
public File GetLatestFileByMasterId(
System.long fileMasterId
)Public Function GetLatestFileByMasterId( _
ByVal fileMasterId As System.Long _
) As FileParameters
| Name | Description |
|---|---|
| fileMasterId | The master ID of the file. |
Return Value
The latest version of the file.