App SearchSuggestAsync Method (SearchCombinationOptions, IEnumerable String , String)Qlik Sense .NET SDK - API Reference

Returns search suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<SearchSuggestionResult> SearchSuggestAsync(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	string userHandle = null
)

Parameters

options
Type: Qlik.Engine SearchCombinationOptions
Information about the search combinations.
terms
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask SearchSuggestionResult 

Implements

IApp SearchSuggestAsync(SearchCombinationOptions, IEnumerable String , String)
See Also