DictionaryBaseExport Method |
Exports the dictionary to a file with the specified name.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxprotected abstract void Export(
string filePath
)
Protected MustOverride Sub Export (
filePath As String
)
protected:
virtual void Export(
String^ filePath
) abstract
abstract Export :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file to export to.
See Also