GenericObjectSearchListObjectForAsync Method |
Name | Description | |
---|---|---|
![]() | SearchListObjectForAsync(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(AsyncHandle, 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. |
![]() | SearchListObjectForAsyncT(AsyncHandle, FuncResponse, T, 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. |