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