UltimateSpell Class Library

Speller.CustomDictionaryInCache Method 

Check whether custom dictionary is in cache.

[Visual Basic]
Public Function CustomDictionaryInCache( _
   ByVal customDictionaryFile As String _
) As Boolean
[C#]
public bool CustomDictionaryInCache(
   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