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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.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