Click or drag to resize
IPersonaContactCounter Interface
Provides method for obtaining current distribution of contacts in persona. I.e. how many contacts belong to which persona and how many don't belong to any persona.

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

The IPersonaContactCounter type exposes the following members.

Methods
  NameDescription
Public methodGetContactCountForPersonas
Gets collection of ContactCountForPersona containing the distribution of contacts based on personas. I.e. how many contacts belong to which persona and how many don't belong to any persona.
Top
See Also