GetFilesByIterationIds Method
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
| Name | Description |
|---|---|
| fileIds | A 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