SpellingCorrectorExport Method |
Exports the internal dictionary to the specified text file.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
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 file to export to.
See Also