Check whether custom dictionary is in cache.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public bool CustomDictionaryInCache(
string customDictionaryFile
) |
| Visual Basic |
|---|
Public Function CustomDictionaryInCache ( _
customDictionaryFile As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool CustomDictionaryInCache(
String^ customDictionaryFile
) |
Parameters
- customDictionaryFile
- Type: System..::..String
Physical path to the custom dictionary file that will be used as the cache key.
See Also