Keyoti RapidSpell Desktop .NET API Docs
FindSuggestions Method (word)
APIKeyoti.RapidSpellICheckerEngineFindSuggestions(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#
ArrayList FindSuggestions(
	string word
)
ArrayList FindSuggestions(
	string word
)
Function FindSuggestions ( 
	word As String
) As ArrayList
Function FindSuggestions ( 
	word As String
) As ArrayList
ArrayList^ FindSuggestions(
	String^ word
)
ArrayList^ FindSuggestions(
	String^ word
)
abstract FindSuggestions : 
        word : string -> ArrayList 
abstract FindSuggestions : 
        word : string -> ArrayList 
Parameters
word (String)
Return Value
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