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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.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