Keyoti Search for ASP.NET API Docs
CreateSuggestions Method (word)
API DocumentationKeyoti.SearchEngine.SuggestionsSearchSuggestionsModelCreateSuggestions(String)
Keyoti Search for ASP.NET 2010
Creates list of suggestions to be passed as argument to FoundSpellingError event, for finalization.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual ArrayList CreateSuggestions(
	string word
)
Protected Overridable Function CreateSuggestions ( _
	word As String _
) As ArrayList
protected:
virtual ArrayList^ CreateSuggestions(
	String^ word
)
Parameters
word (String)
Word that suggestions are being found for.
Return Value
List of strings.

Assembly: Keyoti2.SearchEnginePro.Web (Module: Keyoti2.SearchEnginePro.Web) Version: 2010.4.1.609