Click or drag to resize
ContactInfoProviderMoveRelations Method
Moves activities, memberships, IPs, UserAgents and ContactGroup relations into parent contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void MoveRelations(
	int mergeIntoContactID,
	int mergeFromContactID
)

Parameters

mergeIntoContactID
Type: SystemInt32
ID of parent contact
mergeFromContactID
Type: SystemInt32
ID of merging child contact
See Also