Click or drag to resize

IGenericImportServiceExport Method

Process an export.

Namespace:  EBP.Api.Interfaces.GenericImport
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool Export(
	string filePath,
	string commandLineKeyword,
	string importSettings,
	bool cancelOnError,
	IErrors errors
)

Parameters

filePath
Type: SystemString
Path to a file.
commandLineKeyword
Type: SystemString
Keyword used to execute import/export with SDK command
importSettings
Type: SystemString
Caption of a saved import settings
cancelOnError
Type: SystemBoolean
if set to true process is cancelled on first error.
errors
Type: EBP.Api.Interfaces.MiscIErrors
The errors.

Return Value

Type: Boolean
True if the export is succesful, otherwise false
See Also