IGenericObject SearchListObjectForAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodSearchListObjectForAsync(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.
Public methodSearchListObjectForAsync 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.
Back to Top
See Also