Keyoti RapidSpell Web .NET Help Docs
ChangeBadWord Method (badWord, newWord)
API DocumentationKeyoti.RapidSpellCheckerEngineAdapterChangeBadWord(BadWord, String)
Keyoti RapidSpell Web .NET
Changes badWord to newWord in the text.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void ChangeBadWord(
	BadWord badWord,
	string newWord
)
Public Overridable Sub ChangeBadWord ( _
	badWord As BadWord, _
	newWord As String _
)
public:
virtual void ChangeBadWord(
	BadWord^ badWord, 
	String^ newWord
)
Parameters
badWord (BadWord)
the bad word to replace
newWord (String)
replaces the current misspelt word.
Return Value
void
Exceptions
ExceptionCondition
ArgumentNullExceptionif newWord parameter is null.

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