UltimateSpell Class Library

Speller.AppendWordToCustomFile Method 

Append word to custom dictionary file.

[Visual Basic]
Public Sub AppendWordToCustomFile( _
   ByVal customDictionaryFile As String, _
   ByVal word As String _
)
[C#]
public void AppendWordToCustomFile(
   string customDictionaryFile,
   string word
);

Parameters

customDictionaryFile
Physical path to custom dictionary file.
word
Word to be added to the custom dictionary file.

Remarks

Note that you need to give full permission to ASPNET (NT AUTHORITY\NETWORK SERVICE in Windows 2003) on your UltimateSpellInclude\CustomDictionary directory in order to write into the custom dictionary file.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace