Keyoti RapidSpell Desktop .NET API Docs
FindSuggestions Method (word)
APIKeyoti.RapidSpellCheckerEngineAdapterFindSuggestions(String)
Keyoti RapidSpell Desktop .NET
Returns an ArrayList of Strings that are suitable suggestions for word.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual ArrayList FindSuggestions(
	string word
)
public virtual ArrayList FindSuggestions(
	string word
)
Public Overridable Function FindSuggestions ( 
	word As String
) As ArrayList
Public Overridable Function FindSuggestions ( 
	word As String
) As ArrayList
public:
virtual ArrayList^ FindSuggestions(
	String^ word
)
public:
virtual ArrayList^ FindSuggestions(
	String^ word
)
abstract FindSuggestions : 
        word : string -> ArrayList 
override FindSuggestions : 
        word : string -> ArrayList 
abstract FindSuggestions : 
        word : string -> ArrayList 
override FindSuggestions : 
        word : string -> ArrayList 
Parameters
word (String)
Return Value
ArrayList
An empty ArrayList
Remarks
If no suggestions can be found, this should return an empty ArrayList. This method should be thread safe if operating with RapidSpell Desktop.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412