| PersonaInfoProviderReevaluateContactsInternal Method | 
            Reevaluates given contacts.
            
 
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void ReevaluateContactsInternal(
	IEnumerable<int> contactIds
)
Parameters
- contactIds
- Type: System.Collections.GenericIEnumerableInt32
 Contacts being reevaluated
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | contactIds is null | 
 Remarks
Remarks
            This method shouldn't be called directly - only from the ContactPersonaEvaluator.
            
 See Also
See Also