Click or drag to resize

IDataExportServiceConvert Method (String, Boolean)

Converts a given file to the default file extnsion of the Service. When set, the original exported files will be deleted.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Convert(
	string fileName,
	bool deleteOriginal
)

Parameters

fileName
Type: SystemString
The path to the file.
deleteOriginal
Type: SystemBoolean
When true, the original file(s) will be deleted post-conversion.

Return Value

Type: String
A file path to the converted file, using the default file extension for the service.
See Also