| AccountContactInfoProviderResetAccountMainContactsInternal Method  | 
            Resets main contact IDs of account(s) to NULL if any of the contacts, specified by where-condition, was set as primary or secondary contact.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxprotected virtual void ResetAccountMainContactsInternal(
	int accountId,
	int contactId,
	string where
)
Parameters
- accountId
 - Type: SystemInt32
Account ID - required if called from specific account - contactId
 - Type: SystemInt32
Contact ID - required if called from specific contact - where
 - Type: SystemString
Where condition 
See Also