Keyoti RapidSpell Web .NET Help Docs
AddWord Method (word)
API DocumentationKeyoti.RapidSpellICheckerEngineAddWord(String)
Keyoti RapidSpell Web .NET
Adds a word to the user dictionary, if it exists.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
bool AddWord(
	string word
)
bool AddWord(
	string word
)
Function AddWord ( 
	word As String
) As Boolean
Function AddWord ( 
	word As String
) As Boolean
bool AddWord(
	String^ word
)
bool AddWord(
	String^ word
)
abstract AddWord : 
        word : string -> bool 
abstract AddWord : 
        word : string -> bool 
Parameters
word (String)
Return Value
Remarks
Should return true if the word was added successfully, false otherwise.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331