 | 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)
Syntaxbool Import(
string filePath,
string commandLineKeyword,
string importSettings,
GenericImportErrorAction defaultAction,
IErrors errors
)
Function Import (
filePath As String,
commandLineKeyword As String,
importSettings As String,
defaultAction As GenericImportErrorAction,
errors As IErrors
) As Boolean
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:
BooleanTrue if the import is succesful, otherwise
false
See Also