Click or drag to resize
SearchPage Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchPage

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

The SearchPage type exposes the following members.

Constructors
  NameDescription
Public methodSearchPage
Initializes a new instance of the SearchPage class
Top
Properties
  NameDescription
Public propertyCount
Number of search results to return.
Public propertyMaxNbrFieldMatches
Maximum number of matching values to return per search result. The default value is -1: all values are returned.
Public propertyOffset
Position from the top, starting from 0. If the offset is set to 0, the first search result to be returned is at position 0.
Top
See Also