Click or drag to resize

IGenericImportServiceImport Method

Process an import.

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 Import(
	string filePath,
	string commandLineKeyword,
	string importSettings,
	GenericImportErrorAction defaultAction,
	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
defaultAction
Type: EBP.Api.Interfaces.GenericImportGenericImportErrorAction
Action to exececute on first error
errors
Type: EBP.Api.Interfaces.MiscIErrors
The errors.

Return Value

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