SearchListObjectFor method
Searches for a string in a list object.
This method applies to list objects (objects with one dimension).
The search results can be displayed using the GetLayout Method.
The operation is successful if qSuccess is set to true.
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qPath | Path to the definition of the list object. For example, /qListObjectDef . |
Yes | String |
| qMatch | Search string. Wild card characters are allowed. The search is not case sensitive. Examples:
|
Yes | String |
Returns
| Name | Description | Type |
|---|---|---|
| qSuccess | true |
Boolean |