Keyoti RapidSpell Web .NET Help Docs
FindSuggestions Method
API DocumentationKeyoti.RapidSpellCheckerEngineAdapterFindSuggestions()()()
Keyoti RapidSpell Web .NET
Returns an ArrayList of Strings that are suitable suggestions for the current bad word (that is, the one last returned by NextBadWord()).
Declaration Syntax
C#Visual BasicVisual C++
public virtual ArrayList FindSuggestions()
Public Overridable Function FindSuggestions As ArrayList
public:
virtual ArrayList^ FindSuggestions()
Return Value
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.
Exceptions
ExceptionCondition
NoCurrentBadWordExceptionIf NextBadWord() hasn't been run first AND found an erroneous word.

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