Overload List
| Name | Description | |
|---|---|---|
| SearchListObjectForAsync(String, String, String) | 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. | |
| SearchListObjectForAsync T (String, String, Func Response, T , String) | 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. |
See Also