ESearchAutoSuggestion represents a single alternate spelling suggestion made by the Endeca MDEX Engine when a record search is performed.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public class ESearchAutoSuggestion
Visual Basic
Public Class ESearchAutoSuggestion
Visual C++
public ref class ESearchAutoSuggestion

Remarks

A list of ESearchAutoSuggestionb> objects can be obtained by using the AutoSuggestions get property.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ESearchAutoSuggestion

See Also