Autodesk Vault ProfessionalVault API

GetLatestFilePathsByNames Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the latest file paths for a set of files, by file name.

Required Permissions

FileRead

Syntax

public FilePathArray[] GetLatestFilePathsByNames(
   System.string[] fileNames
)
Public Function GetLatestFilePathsByNames( _
   ByVal fileNames() As System.String _
) As FilePathArray()

Parameters

NameDescription
fileNamesA list of file names.

Return Value

An array of FilePathArray objects corresponding to the input array of file names.

See Also