ContactInfoProviderMoveRelations Method |
Moves activities, memberships, IPs, UserAgents and ContactGroup relations into parent contact.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax 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