Click or drag to resize
NotImportedContactsResultModelFieldValues Property
Values of contact fields in order specified by FieldsOrder property.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public List<List<string>> FieldValues { get; set; }

Property Value

Type: ListListString
See Also