DictionaryBaseImportDictionary Method |
Imports a dictionary from the specified file.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic void ImportDictionary(
string filePath
)
Public Sub ImportDictionary (
filePath As String
)
public:
void ImportDictionary(
String^ filePath
)
member ImportDictionary :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file to import from.
See Also