| PersonaInfoProviderReevaluateContactInternal Method | 
            Reevaluates contact, returning ID of persona contact should be assigned to.
            
 
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual Nullable<int> ReevaluateContactInternal(
	ContactInfo contact
)
Parameters
- contact
- Type: CMS.ContactManagementContactInfo
 Contact being reevaluated
Return Value
Type: 
NullableInt32ID of persona the contact should be assigned to, null if contact isn't assigned to any persona
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | contact is null | 
 Remarks
Remarks
            This method shouldn't be called directly - only from the ContactPersonaEvaluator.
            
 See Also
See Also