GetLatestFileIdsByIds Method
Gets the file ID of latest version on a set of Files.
Syntax
public System.long[] GetLatestFileIdsByIds(
System.long[] fileIds
)Public Function GetLatestFileIdsByIds( _
ByVal fileIds() As System.Long _
) As System.Long()Parameters
| Name | Description |
|---|---|
| fileIds | A set of File IDs. |
Return Value
The File ID of latest file version corresponding to the input array.