SearchListObjectFor Method
Overloads
| SearchListObjectFor(String, String) | 
             Searches for a string in a list object.  | 
        
      
    
SearchListObjectFor(String, String)
Searches for a string in a list object.
Declaration
      bool SearchListObjectFor([QixName("qPath")] string path, [QixName("qMatch")] string match)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | 
           Path to the definition of the list object.
For example,   | 
      
| System.String | match | 
           Search string. Wild card characters are allowed. The search is not case sensitive. Examples: 
  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
This method applies to list objects (objects with one dimension).