ScoreInfoProvider GetScoresWhereContactsExceededLimitInternal Method Kentico 8.1 API Reference
Returns IDs and values of scores where specified contacts exceeded score limit. Used to send notification emails.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

contactIds
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
Contact IDs

Return Value

Type: ContactWithScoreValueCollection
Collection containing score, contact and values where the limit was exceeded.
See Also