Click or drag to resize
NotImportedContactsResultModel Class
Refers to data which were not imported. Result is same as RequestModel and contains explanation message for each failed row.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementNotImportedContactsResultModel

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public sealed class NotImportedContactsResultModel

The NotImportedContactsResultModel type exposes the following members.

Constructors
  NameDescription
Public methodNotImportedContactsResultModel
Constructor
Top
Properties
  NameDescription
Public propertyCode exampleFieldsOrder
Names of the contact fields which shall be imported. This list specifies meaning of fields values in FieldValues property.
Public propertyFieldValues
Values of contact fields in order specified by FieldsOrder property.
Public propertyMessages
Each message is trying to explain why was corresponding row in FieldValues rejected.
Top
See Also