Click or drag to resize
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.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected 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