Keyoti SearchUnit API Docs
Suggestions Property
API DocumentationKeyoti.SearchEngine.SuggestionsFoundSpellingErrorEventArgsSuggestions
Keyoti SearchUnit v6
A list of string suggestions for the word. The string in the first element will be used to provide the user's suggestion.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ArrayList Suggestions { get; }
public ArrayList Suggestions { get; }
Public ReadOnly Property Suggestions As ArrayList
	Get
Public ReadOnly Property Suggestions As ArrayList
	Get
public:
property ArrayList^ Suggestions {
	ArrayList^ get ();
}
public:
property ArrayList^ Suggestions {
	ArrayList^ get ();
}
member Suggestions : ArrayList with get
member Suggestions : ArrayList with get
Property Value
Remarks
Handlers of this event may modify this property inorder to customize the suggestions provided to the user.

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120