Autodesk Vault ProfessionalVault API

GetItemsByIterationId Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIItemManager

Loads multiple Item Revisions froms the server at once.

Syntax

System.Collections.Generic.IDictionary<long,ItemRevision> GetItemsByIterationId(
   System.Collections.Generic.IEnumerable<long> itemIterationIds
)
Function GetItemsByIterationId( _
   ByVal itemIterationIds As System.Collections.Generic.IEnumerable(Of Long) _
) As System.Collections.Generic.IDictionary(Of Long,ItemRevision)

Parameters

NameDescription
itemIterationIdsA list of Item Iteration Id's (EntityIterationId) to retrieve

Return Value

A dictionary of ItemRevisions where the Key is the Item Iteration Id and the Value is the ItemRevision object

See Also