| ProcessorBeginSaveRecords Method (String, String, ExportFormat, Boolean) |
Begin saving records based on the specified parameters.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax public void BeginSaveRecords(
string exportFile,
string exportFolder,
ExportFormat exportFormat,
bool appendExport
)
Parameters
- exportFile
- Type: SystemString
The export file. - exportFolder
- Type: SystemString
The root of folder for saving records. - exportFormat
- Type: Opait.ReportMiner.ApiExportFormat
The file format of the export file. - appendExport
- Type: SystemBoolean
If 'true' then append records to existing files; otherwise, create new files.
See Also