Find Method
Description
Gets a list of requirements containing the Pattern value in specified field.
Syntax
Visual Basic
Public Function Find( _
   ByVal StartRootID As Long, _
   ByVal FieldName As String, _
   ByVal Pattern As String, _
   Optional ByVal mode As Long = 0, _
   Optional ByVal Limit As Long = 100 _
) As List
Parameters
StartRootID
The ID of the root of the subtree from which to start the search.
FieldName
The name of the field in the project database. Use all upper case.
Pattern
The search pattern. Regular expression are permitted in SQL format only.
mode
A search option. Use values from the tagTDAPI_REQMODE Enumeration.
Limit
The maximum number of matches to report.
Return Type
A list with format "ID,NAME".
See Also