Click or drag to resize
PersonaInfoProviderReevaluateAllContacts Method
Reevaluates persona for all contacts.

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

Parameters

siteId
Type: SystemInt32
ID of the site
Remarks
This method shouldn't be called directly - only from the ContactPersonaEvaluator.
See Also