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
)
Public Shared Function LogFailedImportItem (
cxt As IAppContext,
item As FailedImportItem
) As Integer
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - item
- Type: NetQuarryFailedImportItem
Descriptor of the import item to log.
Return Value
Type:
Int32The PK to the newly created record if successfully created, else zero.
See Also