Click or drag to resize
ContactPersonaEvaluatorReevaluateContact Method
Reevaluates given contact and finds proper persona the contact should be assigned to.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
C#
public void ReevaluateContact(
	ContactInfo contact
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
Contact which should be assigned to persona

Implements

IContactPersonaEvaluatorReevaluateContact(ContactInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptioncontact is null
Remarks
This method should be used when new activity is logged for contact or its attribute was changed. These actions can change contact points and thus it is possible the contact can be assigned to more correct persona.
See Also