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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static int GetContactScore(
	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