Click or drag to resize
ScoreContactRuleInfoProviderGetContactScoreInternal Method
Returns score value of specified contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetContactScoreInternal(
	int scoreId,
	int contactId
)

Parameters

scoreId
Type: SystemInt32
Score ID
contactId
Type: SystemInt32
Contact ID

Return Value

Type: Int32
Score value of contact
See Also