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

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

Parameters

siteId
Type: SystemInt32
ID of the site

Return Value

Type: Task
Asynchronous execution task

Implements

IContactPersonaEvaluatorReevaluateAllContactsAsync(Int32)
Remarks
This method should be used when persona properties were changed, or rules were recalculated.
See Also