AccountInfoProviderUpdateAccountPrimaryContact Method |
Updates primary and secondary contact of all accounts.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax 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