Keyoti RapidSpell Desktop .NET API Docs
FindSuggestions Method (word, searchLowerCase)
APIKeyoti.RapidSpellRapidSpellCheckerFindSuggestions(String, Boolean)
Keyoti RapidSpell Desktop .NET
Gets an enumeration of String suggestions for word.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
abstract FindSuggestions : 
        word : string * 
        searchLowerCase : bool -> ArrayList 
override FindSuggestions : 
        word : string * 
        searchLowerCase : bool -> ArrayList 
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
ArrayList of String suggestions for word.
Exceptions
ExceptionCondition
ArgumentNullExceptionif word parameter is null.

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204