Click or drag to resize
ContactInfoRoles Property
Collection of all contacts roles. Global contact does not have any roles even thou its merged site contact have them.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public virtual IInfoObjectCollection<RoleInfo> Roles { get; }

Property Value

Type: IInfoObjectCollectionRoleInfo
See Also