Click or drag to resize
ScoreInfoProviderGetScoresWhereContactExceededLimitInternal Method
Returns IDs and values of scores where specified contact exceeded score limit. Used to send notification emails.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactWithScoreValueCollection GetScoresWhereContactExceededLimitInternal(
	int contactId
)

Parameters

contactId
Type: SystemInt32
Contact ID

Return Value

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