Click or drag to resize
IContactPersonaEvaluatorReevaluateAllContacts Method
Reevaluates all contacts and assigns them to proper persona.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
void ReevaluateAllContacts(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site
Remarks
This method should be used when persona properties were changed, or rules were recalculated.
See Also