Autodesk Vault ProfessionalVault API

FindLatestFilesByMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Finds the latest version of a set of files based on their master IDs.

Required Permissions

FileRead

Syntax

public File[] FindLatestFilesByMasterIds(
   System.long[] masterids
)
Public Function FindLatestFilesByMasterIds( _
   ByVal masterids() As System.Long _
) As File()

Parameters

NameDescription
masteridsAn array of master IDs.

Return Value

An array of File objects corresponding to the input array. If there is no file to match the input master ID, a File object with an ID of -1 will be returned for that master ID.

See Also