UltimateSpell Class Library |
Speller..::..AppendWordToCustomFile Method |
Speller Class See Also Send Feedback |
Append word to custom dictionary file.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public void AppendWordToCustomFile( string customDictionaryFile, string word ) |
Visual Basic |
---|
Public Sub AppendWordToCustomFile ( _ customDictionaryFile As String, _ word As String _ ) |
Visual C++ |
---|
public: void AppendWordToCustomFile( String^ customDictionaryFile, String^ word ) |
Parameters
- customDictionaryFile
- Type: System..::..String
Physical path to custom dictionary file.
- word
- Type: System..::..String
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.