Click or drag to resize
NotImportedContactsResultModelFieldsOrder Property
Names of the contact fields which shall be imported. This list specifies meaning of fields values in FieldValues property.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public List<string> FieldsOrder { get; set; }

Property Value

Type: ListString
Examples
If FieldsOrder[0] is "ContactEmail", than first item in each row in FieldValues property represents contact email.
See Also