Click or drag to resize
ContactCountForPersona Class
Container responsible for storing what number of contacts belong to a persona or don't belong to any persona.
Inheritance Hierarchy
SystemObject
  CMS.Personas.InternalContactCountForPersona

Namespace: CMS.Personas.Internal
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
public class ContactCountForPersona

The ContactCountForPersona type exposes the following members.

Constructors
  NameDescription
Public methodContactCountForPersona
Top
Properties
  NameDescription
Public propertyContactsCount
Number of contacts that belong to a given persona.
Public propertyPersonaID
ID of a persona the contacts belong to. Is null if the contacts don't belong to any persona.
Top
See Also