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

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

Parameters

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