ScoreInfoProviderGetScoresWhereContactsExceededLimit Method |
Returns IDs and values of scores where specified contacts exceeded score limit. Used to send notification emails.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax public static ContactWithScoreValueCollection GetScoresWhereContactsExceededLimit(
IList<int> contactIds
)
Parameters
- contactIds
- Type: System.Collections.GenericIListInt32
Contact IDs
Return Value
Type:
ContactWithScoreValueCollectionCollection containing score, contact and values where the limit was exceeded.
See Also