GetLatestFileIdsByFoldersIds Method
Gets the file IDs for the latest versions of all files within a set of folders.
Required Permissions
FileReadSyntax
public System.long[] GetLatestFileIdsByFoldersIds(
System.long[] folderIds,
System.bool includeHidden
)Public Function GetLatestFileIdsByFoldersIds( _
ByVal folderIds() As System.Long, _
ByVal includeHidden As System.Boolean _
) As System.Long()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
The IDs of the latest file versions from the input folders. The output array does not correlate with the input array.