UltimateSpell Class Library

Speller.CacheCustomDictionary Method 

Write custom dictionary into cache.

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

Parameters

customDictionaryFile
Physical path to the custom dictionary file that will be used as the cache key.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace