GetFilesByMasterId Method
Gets all the versions of a file.
Required Permissions
FileReadSyntax
public File[] GetFilesByMasterId(
System.long fileMasterId
)Public Function GetFilesByMasterId( _
ByVal fileMasterId As System.Long _
) As File()Parameters
| Name | Description |
|---|---|
| fileMasterId | The master ID of a Vault file. |
Return Value
An array of all files matching the master ID. The files are not listed in any order.