ALM Open Test Architecture API Type Library Version 12.55
NewList Method
A TDFilter.Text defining the criteria for filtering items in the factory. If an empty string is passed, the returned list contains all the child items of the current factory object.
Description
Creates a list of objects according to the specified filter.
Syntax
Visual Basic
Public Function NewList( _
   ByVal Filter As String _
) As List
Parameters
Filter
A TDFilter.Text defining the criteria for filtering items in the factory. If an empty string is passed, the returned list contains all the child items of the current factory object.
Return Type

A reference to the list created. The list index is 1-based.

Remarks
For hierarchical lists, if FullLinkage is true, the returned list includes the child objects of the items that meet the filter criteria.
See Also

LinkFactory Object  | LinkFactory Members