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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual ArrayList FindSuggestions(
	string word,
	bool searchLowerCase
)
protected virtual ArrayList FindSuggestions(
	string word,
	bool searchLowerCase
)
Protected Overridable Function FindSuggestions ( 
	word As String,
	searchLowerCase As Boolean
) As ArrayList
Protected Overridable Function FindSuggestions ( 
	word As String,
	searchLowerCase As Boolean
) As ArrayList
protected:
virtual ArrayList^ FindSuggestions(
	String^ word, 
	bool searchLowerCase
)
protected:
virtual ArrayList^ FindSuggestions(
	String^ word, 
	bool searchLowerCase
)
abstract FindSuggestions : 
        word : string * 
        searchLowerCase : bool -> ArrayList 
override FindSuggestions : 
        word : string * 
        searchLowerCase : bool -> ArrayList 
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412