GetLatestFilesByFolderIds Method
Gets the latest versions of all files within a set of folders.
Required Permissions
FileReadSyntax
public FileArray[] GetLatestFilesByFolderIds(
System.long[] folderIds,
System.bool includeHidden
)Public Function GetLatestFilesByFolderIds( _
ByVal folderIds() As System.Long, _
ByVal includeHidden As System.Boolean _
) As FileArray()Parameters
| Name | Description |
|---|---|
| folderIds | An array of Folder IDs. |
| includeHidden | If true, files marked as hidden will show up in the search. Otherwise hidden files will be excluded. |
Return Value
An array of FileArray objects corresponding to the input array. Each FileArray object lists the latest version of the files in the folder.