Click or drag to resize

IndexSearch Class

Object containing both a query and the settings needed to perform an index search.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.QueryingIndexSearch

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class IndexSearch

The IndexSearch type exposes the following members.

Constructors
  NameDescription
Public methodIndexSearch
Initializes a new instance of the IndexSearch class
Top
Properties
  NameDescription
Public propertyQuery
Query used in search.
Public propertySettings
Settings needed with query to perform search.
Top
See Also