Append word to custom dictionary file.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014
Syntax
| C# |
|---|
public void AppendWordToCustomFile( string customDictionaryFile, string word ) |
| Visual Basic (Declaration) |
|---|
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.