IContactPersonaEvaluatorReevaluateAllContactsAsync Method |
Reevaluates all contacts and assigns them to proper persona asynchronously.
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax Task ReevaluateAllContactsAsync(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of the site
Return Value
Type:
TaskAsynchronous execution task
Remarks
This method should be used when persona properties were changed, or rules were recalculated.
See Also