Keyoti RapidSpell Web .NET Help Docs
FindSuggestions Method (word, searchLowerCase)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerFindSuggestions(String, Boolean)
Keyoti RapidSpell Web .NET
Gets an enumeration of String suggestions for word.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual ArrayList FindSuggestions(
	string word,
	bool searchLowerCase
)
Protected Overridable Function FindSuggestions ( _
	word As String, _
	searchLowerCase As Boolean _
) As ArrayList
protected:
virtual ArrayList^ FindSuggestions(
	String^ word, 
	bool searchLowerCase
)
Parameters
word (String)
the word to check the spelling of.
searchLowerCase (Boolean)
whether to return suggestions for word in a lower case form (if it's capitalized).
Return Value
ArrayList of String suggestions for word.
Exceptions
ExceptionCondition
ArgumentNullExceptionif word parameter is null.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625