AccountInfoProviderUpdateAccountPrimaryContactInternal Method |
Updates primary and secondary contact of all accounts.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual void UpdateAccountPrimaryContactInternal(
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