Click or drag to resize
PersonaServiceGetContactsForPersona Method
Gets all contacts that fulfills persona definition.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
public ObjectQuery<ContactInfo> GetContactsForPersona(
	PersonaInfo persona
)

Parameters

persona
Type: CMS.PersonasPersonaInfo
Persona

Return Value

Type: ObjectQueryContactInfo
All contacts that fulfills persona definition

Implements

IPersonaServiceGetContactsForPersona(PersonaInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptionpersona is null
Remarks
The contact can be only in one persona at the same time. Belonging to persona is determined by the highest quotient of total score the contact obtained divided by persona score limit.
See Also