Click or drag to resize
IAppSearchAssociationsAsync Method (AsyncHandle, 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<SearchAssociationResult> SearchAssociationsAsync(
	AsyncHandle asyncHandle,
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
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.

Return Value

Type: TaskSearchAssociationResult
See Also