Write custom dictionary into cache.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public void CacheCustomDictionary(
string customDictionaryFile
) |
Visual Basic |
---|
Public Sub CacheCustomDictionary ( _
customDictionaryFile As String _
) |
Visual C++ |
---|
public:
void CacheCustomDictionary(
String^ customDictionaryFile
) |
Parameters
- customDictionaryFile
- Type: System..::..String
Physical path to the custom dictionary file that will be used as the cache key.
See Also