ScoreInfoProviderGetScoresWhereContactExceededLimit Method |
Returns IDs and values of scores where specified contact 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 GetScoresWhereContactExceededLimit(
int contactId
)
Parameters
- contactId
- Type: SystemInt32
Contact ID
Return Value
Type:
ContactWithScoreValueCollectionCollection containing score, contact and values where the limit was exceeded.
See Also