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