DictionaryBaseExportDictionary Method |
Exports the dictionary to a file with the specified name.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic void ExportDictionary(
string filePath
)
Public Sub ExportDictionary (
filePath As String
)
public:
void ExportDictionary(
String^ filePath
)
member ExportDictionary :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file to export to.
See Also