NotImportedContactsResultModelFieldsOrder Property |
Names of the contact fields which shall be imported. This list specifies meaning of fields values in
FieldValues property.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax public List<string> FieldsOrder { get; set; }
Property Value
Type:
ListStringExamples
If FieldsOrder[0] is "ContactEmail", than first item in each row in
FieldValues property represents contact email.
See Also