FindLatestFilesByMasterIds Method
Finds the latest version of a set of files based on their master IDs.
Required Permissions
FileReadSyntax
public File[] FindLatestFilesByMasterIds(
System.long[] masterids
)Public Function FindLatestFilesByMasterIds( _
ByVal masterids() As System.Long _
) As File()Parameters
| Name | Description |
|---|---|
| masterids | An array of master IDs. |
Return Value
An array of File objects corresponding to the input array. If there is no file to match the input master ID, a File object with an ID of -1 will be returned for that master ID.