GetItemsByIterationId Method
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
| Name | Description |
|---|---|
| itemIterationIds | A 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
Remarks
If a large number of Item Iteration Id's are specified, they will be broken up into multiple server calls in order to manage the load on the server.