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

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

Parameters

siteId
Type: SystemInt32
ID of the site

Return Value

Type: Task
Asynchronous execution task
Remarks
This method should be used when persona properties were changed, or rules were recalculated.
See Also