Click or drag to resize
PersonaInfoProviderReevaluateContacts Method
Reevaluates given contacts.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public static void ReevaluateContacts(
	IEnumerable<int> contactIds
)

Parameters

contactIds
Type: System.Collections.GenericIEnumerableInt32
Contacts being reevaluated
Exceptions
ExceptionCondition
ArgumentNullExceptioncontactIds is null
Remarks
This method shouldn't be called directly - only from the ContactPersonaEvaluator.
See Also