Click or drag to resize
DomainExtensionsMergeWith Method
Merges the specified contact into this contact.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public static void MergeWith(
	this Contact contact,
	Contact otherContact
)

Parameters

contact
Type: CMS.DataComContact
The contact to merge into.
otherContact
Type: CMS.DataComContact
The contact to merge.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Contact. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also