Click or drag to resize
AccountInfoProviderUpdateAccountPrimaryContact Method
Updates primary and secondary contact of all accounts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void UpdateAccountPrimaryContact(
	int oldContactID,
	int newContactID
)

Parameters

oldContactID
Type: SystemInt32
ID of contact to be replaced
newContactID
Type: SystemInt32
ID of new contact to replace oldContact
See Also