FindLatestFilesByPaths Method
Gets only the latest versions of the files in a specified set of file paths.
Required Permissions
FolderReadSyntax
public File[] FindLatestFilesByPaths(
System.string[] filePaths
)Public Function FindLatestFilesByPaths( _
ByVal filePaths() As System.String _
) As File()Parameters
| Name | Description |
|---|---|
| filePaths | An array of file paths to search. Example: $/Folder1/file.txt |
Return Value
An array of File objects corresponding to the input array. If there is no file to match the input path, a File object with an ID of -1 will be returned for that path.