Autodesk Vault ProfessionalVault API

GetLatestFileIdsByIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the file ID of latest version on a set of Files.

Syntax

public System.long[] GetLatestFileIdsByIds(
   System.long[] fileIds
)
Public Function GetLatestFileIdsByIds( _
   ByVal fileIds() As System.Long _
) As System.Long()

Parameters

NameDescription
fileIdsA set of File IDs.

Return Value

The File ID of latest file version corresponding to the input array.

See Also