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