Click or drag to resize
IGenericObjectSearchListObjectForAsync Method
Overload List
  NameDescription
Public methodSearchListObjectForAsync(String, String, AsyncHandle)

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.
Public methodSearchListObjectForAsyncT(String, String, FuncResponse, T, AsyncHandle)

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.
Top
See Also