Click or drag to resize

FailedImportItem Properties

The FailedImportItem type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets/sets the raw import content for the item. Corresponds to the item_content column.
Public propertyDataFormat
Gets/sets the data format (e.g. "xml") of the item within the import file. Corresponds to the data_format column.
Public propertyDescription
Gets/sets a subject or description for the item. Corresponds to the item_desc column.
Public propertyEntryNumber
Gets/sets the entry # of the item within the import file, if known. Corresponds to the entry_number column.
Public propertyErrorID
Gets/sets the error ID for the error encountered while attempting to import the item. Corresponds to the error_id column.
Public propertyErrorMessage
Gets/sets the error message for the error encountered while attempting to import the item. Corresponds to the error_msg column.
Public propertyExternalID
Gets/sets the external ID for the item. Corresponds to the external_id column.
Public propertyImportDate
Gets/sets the date/time of the import file. Corresponds to the import_dt column.
Public propertyImportFile
Gets/sets the name of the import file. Corresponds to the import_file column.
Public propertyImportName
Gets/sets the name of the import. Corresponds to the import_name column.
Public propertyLineNumber
Gets/sets the starting line # of the item within the import file, if known. Corresponds to the line_number column.
Public propertyRelatedID
Gets/sets the ID of a related item for the failed import item. The value for this will be dependent on the particular import. One use would be to identify the parent record where the import involves importing a parent record and related records (e.g. a company with multiple offices). Corresponds to the related_id column.
Top
See Also