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

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: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> SearchAssociationsAsync<T>(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

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.
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT
See Also