ContactHelper Merge Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberMerge(ContactInfo, ContactInfo, Hashtable, Hashtable)
Merges one contact into another contact. Contacts must be on the same site (or global).
Public methodStatic memberMerge(ContactInfo, List ContactInfo , Hashtable, Hashtable)
Will merge contacts into another contact. If contacts are from different sites then new global contact will be created.
Public methodStatic memberMerge(ContactInfo, DataSet, Hashtable, Hashtable)
Will merge contacts into another contact. If contacts are from different sites then new global contact will be created.
Back to Top
See Also