Click or drag to resize
IPersonaContactCounterGetContactCountForPersonas Method
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.

Namespace: CMS.Personas.Internal
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
IEnumerable<ContactCountForPersona> GetContactCountForPersonas(
	ObjectQuery<ContactInfo> contacts
)

Parameters

contacts
Type: CMS.DataEngineObjectQueryContactInfo
Set of contacts for which is the persona-based distribution calculated.

Return Value

Type: IEnumerableContactCountForPersona
Collection of ContactCountForPersona containing the distribution of contacts based on personas.
See Also