Autodesk Vault ProfessionalVault API

FindLatestFilesByPaths Method

Autodesk.Connectivity.WebServicesDocumentService

Gets only the latest versions of the files in a specified set of file paths.

Required Permissions

FolderRead

Syntax

public File[] FindLatestFilesByPaths(
   System.string[] filePaths
)
Public Function FindLatestFilesByPaths( _
   ByVal filePaths() As System.String _
) As File()

Parameters

NameDescription
filePathsAn 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.

See Also