Click or drag to resize
ScoreInfoProviderGetScoresWhereContactsExceededLimit Method
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: 9.0.0
Syntax
C#
public static ContactWithScoreValueCollection GetScoresWhereContactsExceededLimit(
	IList<int> contactIds
)

Parameters

contactIds
Type: System.Collections.GenericIListInt32
Contact IDs

Return Value

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