Click or drag to resize
PersonaInfoProviderReevaluateContactsInternal Method
Reevaluates given contacts.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
C#
protected virtual void ReevaluateContactsInternal(
	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