Click or drag to resize
ContactInfoMergedContacts Property
Collection of all contacts merged into current contact. Returns only contacts which are directly merged into current contact. To receive complete tree of all contact's you must iterate through items from MergedContacts and retrieve merged contacts recursively. Global contacts return both site and global contacts merged into current contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public virtual InfoObjectCollection MergedContacts { get; }

Property Value

Type: InfoObjectCollection
See Also