Click or drag to resize
PersonaInfoProviderReevaluateContactInternal Method
Reevaluates contact, returning ID of persona contact should be assigned to.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
protected virtual Nullable<int> ReevaluateContactInternal(
	ContactInfo contact
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
Contact being reevaluated

Return Value

Type: NullableInt32
ID of persona the contact should be assigned to, null if contact isn't assigned to any persona
Exceptions
ExceptionCondition
ArgumentNullExceptioncontact is null
Remarks
This method shouldn't be called directly - only from the ContactPersonaEvaluator.
See Also