ALM Open Test Architecture API Type Library Version 12.55
Search Method
The text for which to search in the objects managed by the factory.
A SearchOptions Object.
Description
Gets a list of objects matching the search query.
Syntax
Visual Basic
Public Function Search( _
   ByVal Query As String, _
   ByVal pSearchOptions As Object _
) As List
Parameters
Query
The text for which to search in the objects managed by the factory.
pSearchOptions
A SearchOptions Object.
Return Type
A list of references to the matching objects.
See Also

ISearchableFactory Interface  | ISearchableFactory Members