 | 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)
Syntaxbool Export(
string filePath,
string commandLineKeyword,
string importSettings,
bool cancelOnError,
IErrors errors
)
Function Export (
filePath As String,
commandLineKeyword As String,
importSettings As String,
cancelOnError As Boolean,
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 - cancelOnError
- Type: SystemBoolean
if set to true process is cancelled on first error. - errors
- Type: EBP.Api.Interfaces.MiscIErrors
The errors.
Return Value
Type:
BooleanTrue if the export is succesful, otherwise
false
See Also