Click or drag to resize
ContactRoleInfoProviderSetContactRoleInfo Method
Sets (updates or inserts) specified contact role.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static void SetContactRoleInfo(
	ContactRoleInfo roleObj
)

Parameters

roleObj
Type: CMS.ContactManagementContactRoleInfo
Contact role to be set
See Also