Click or drag to resize
SearchSuggestItem Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchSuggestItem

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class SearchSuggestItem : ISearchSuggestItem

The SearchSuggestItem type exposes the following members.

Constructors
  NameDescription
Public methodSearchSuggestItem
Initializes a new instance of the SearchSuggestItem class
Top
Properties
  NameDescription
Public propertyTerm
Index of the suggestion value. The indexing starts from 0 and from the left.
Public propertyValue
Value of the suggestion.
Top
See Also