GetFilesByMasterIds Method
Gets an array of files based on their master IDs.
Required Permissions
FileReadSyntax
public FileArray[] GetFilesByMasterIds(
System.long[] fileMasterIds
)Public Function GetFilesByMasterIds( _
ByVal fileMasterIds() As System.Long _
) As FileArray()Parameters
| Name | Description |
|---|---|
| fileMasterIds | A list of file master IDs. |
Return Value
An array of FileArray objects. Each FileArray corresponds to the fileMasterId at the same index in the input array.