Click or drag to resize
ContactPersonaEvaluatorReevaluateContactsAsync Method
Reevaluates given contacts and assigns them to proper persona.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
C#
public Task ReevaluateContactsAsync(
	IEnumerable<int> contactsIds
)

Parameters

contactsIds
Type: System.Collections.GenericIEnumerableInt32
Contacts which should be assigned to persona

Return Value

Type: Task
Asynchronous execution task

Implements

IContactPersonaEvaluatorReevaluateContactsAsync(IEnumerableInt32)
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