Keyoti RapidSpell Web .NET Help Docs
IgnoreAll Method (word)
API DocumentationKeyoti.RapidSpellCheckerEngineAdapterIgnoreAll(String)
Keyoti RapidSpell Web .NET
Marks word to be ignored in rest of the text.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void IgnoreAll(
	string word
)
public virtual void IgnoreAll(
	string word
)
Public Overridable Sub IgnoreAll ( 
	word As String
)
Public Overridable Sub IgnoreAll ( 
	word As String
)
public:
virtual void IgnoreAll(
	String^ word
)
public:
virtual void IgnoreAll(
	String^ word
)
abstract IgnoreAll : 
        word : string -> unit 
override IgnoreAll : 
        word : string -> unit 
abstract IgnoreAll : 
        word : string -> unit 
override IgnoreAll : 
        word : string -> unit 
Parameters
word (String)
to ignore
Return Value

void
Exceptions
ExceptionCondition
ArgumentNullExceptionif word parameter is null.

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