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