ScoreContactRuleInfoProviderGetContactScoreInternal Method |
Returns score value of specified contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax protected virtual int GetContactScoreInternal(
int scoreId,
int contactId
)
Parameters
- scoreId
- Type: SystemInt32
Score ID - contactId
- Type: SystemInt32
Contact ID
Return Value
Type:
Int32Score value of contact
See Also