GetFilesByHistoryType Method
Gets historical data about a set of files.
Required Permissions
FileReadSyntax
public FileArray[] GetFilesByHistoryType(
System.long[] filesIds,
FileHistoryTypeOptions option
)Public Function GetFilesByHistoryType( _
ByVal filesIds() As System.Long, _
ByVal option As FileHistoryTypeOptions _
) As FileArray()Parameters
| Name | Description |
|---|---|
| filesIds | An array of file ID values. |
| option | Determines which versions are returned. |
Return Value
An array of arrays of files. The outer array corresponds to the filesIds input array. The inner array contains the historical File object for the corresponding file ID.