FindFilesByIds Method
Find files by ids.
Syntax
public File[] FindFilesByIds(
System.long[] fileIds
)Public Function FindFilesByIds( _
ByVal fileIds() As System.Long _
) As File()Parameters
| Name | Description |
|---|---|
| fileIds | The ids of the files to find. |
Return Value
An array of file objects matching the input ids
Remarks
Dummy File with an Id of -1 will be returned for files that are not found.