Keyoti RapidSpell Web .NET Help Docs
AddWord Method (word)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerAddWord(String)
Keyoti RapidSpell Web .NET
Adds word to the user dictionary (if it has been specified).
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AddWord(
	string word
)
Public Overridable Function AddWord ( _
	word As String _
) As Boolean
public:
virtual bool AddWord(
	String^ word
)
Parameters
word (String)
String to add to user dictionary, if it is being used.
Return Value
boolean true if the word was is now in the user dictionary, false if the word could not be added to the user dictionary.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf word parameter is null.

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