Click or drag to resize
AccountContactInfoProviderSetAccountContactInfoInternal Method
Sets relationship between specified account and contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetAccountContactInfoInternal(
	AccountContactInfo infoObj
)

Parameters

infoObj
Type: CMS.OnlineMarketingAccountContactInfo
Account-contact relationship to be set
See Also