Click or drag to resize

ImportUtilsLogFailedImportItem Method

Log a failed import item specified by the provied FailedImportItem to the xot_failed_import_item_log table. This method is guaranteed to never throw an error.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int LogFailedImportItem(
	IAppContext cxt,
	FailedImportItem item
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
item
Type: NetQuarryFailedImportItem
Descriptor of the import item to log.

Return Value

Type: Int32
The PK to the newly created record if successfully created, else zero.
See Also