Click or drag to resize
AccountContactInfoProviderUpdateContactRoleInternal Method
Updates contact role of relationships between accounts and contacts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateContactRoleInternal(
	int roleId,
	string where
)

Parameters

roleId
Type: SystemInt32
New contact role ID
where
Type: SystemString
Where condition
See Also