| NotImportedContactsResultModelFieldsOrder Property  | 
            Names of the contact fields which shall be imported. This list specifies meaning of fields values in 
FieldValues property. 
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxpublic 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