Click or drag to resize
ContactPersonaEvaluator Class
Contains methods for reevaluation of contact's persona.
Inheritance Hierarchy
SystemObject
  CMS.PersonasContactPersonaEvaluator

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public sealed class ContactPersonaEvaluator : IContactPersonaEvaluator

The ContactPersonaEvaluator type exposes the following members.

Constructors
  NameDescription
Public methodContactPersonaEvaluator
Top
Methods
  NameDescription
Public methodReevaluateAllContacts
Reevaluates all contacts and assigns them to proper persona.
Public methodReevaluateAllContactsAsync
Reevaluates all contacts and assigns them to proper persona asynchronously.
Public methodReevaluateContact
Reevaluates given contact and finds proper persona the contact should be assigned to.
Public methodReevaluateContactAsync
Reevaluates given contact and finds proper persona the contact should be assigned to asynchronously.
Public methodReevaluateContacts
Reevaluates given contacts and assigns them to proper persona.
Public methodReevaluateContactsAsync
Reevaluates given contacts and assigns them to proper persona.
Top
Remarks
Contact can be in one persona only - contact belongs to persona if score quotient (contact score points divided by persona score limit) is the highest one of all personas.
See Also