Autodesk Vault ProfessionalVault API

GetLatestFilesByIterationIds Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFileManager

Loads the latest version (Masters) of File Iterations froms the server at once.

Syntax

System.Collections.Generic.IDictionary<long,FileIteration> GetLatestFilesByIterationIds(
   System.Collections.Generic.IEnumerable<long> fileIds
)
Function GetLatestFilesByIterationIds( _
   ByVal fileIds As System.Collections.Generic.IEnumerable(Of Long) _
) As System.Collections.Generic.IDictionary(Of Long,FileIteration)

Parameters

NameDescription
fileIdsA list of File Iteration Id's (EntityIterationId) to retrieve the Master versions for.

Return Value

A dictionary of FileIterations where the Key is the File Iteration Id and the Value is the FileIteration object

See Also