Autodesk Vault ProfessionalVault API

GetFilesByIterationIds Method

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

Loads multiple File Iterations froms the server at once.

Syntax

System.Collections.Generic.IDictionary<long,FileIteration> GetFilesByIterationIds(
   System.Collections.Generic.IEnumerable<long> fileIds
)
Function GetFilesByIterationIds( _
   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

Return Value

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

See Also