Click or drag to resize
IAppSearchAssociationsAsyncT Method (AsyncHandle, FuncResponse, T, SearchCombinationOptions, IEnumerableString, SearchPage)

Searches for one or more terms in the values of an app.

This type of search is the global associative search.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
Task<T> SearchAssociationsAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
options
Type: Qlik.EngineSearchCombinationOptions
Information about the search fields.
terms
Type: System.Collections.GenericIEnumerableString
List of terms to search for.
page
Type: Qlik.EngineSearchPage
Array of pages to retrieve. This parameter is mandatory.

Type Parameters

T

Return Value

Type: TaskT
See Also