DictionaryBaseImport Method |
Imports a dictionary from the specified file.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxprotected abstract void Import(
string filePath
)
Protected MustOverride Sub Import (
filePath As String
)
protected:
virtual void Import(
String^ filePath
) abstract
abstract Import :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file to import from.
See Also