[Visual Basic] Public Sub AppendWordToCustomFile( _ ByVal customDictionaryFile As String, _ ByVal word As String _ )
[C#] public void AppendWordToCustomFile( stringcustomDictionaryFile, stringword );
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.