Click or drag to resize
IScoreContactRuleInfoProviderGet Method (Int32, Int32, Int32)
Gets an instance of the ScoreContactRuleInfo binding structure.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
ScoreContactRuleInfo Get(
	int scoreId,
	int contactId,
	int ruleId
)

Parameters

scoreId
Type: SystemInt32
Score ID.
contactId
Type: SystemInt32
Contact ID.
ruleId
Type: SystemInt32
Rule ID.

Return Value

Type: ScoreContactRuleInfo
Returns an instance of ScoreContactRuleInfo corresponding to given identifiers or null.
See Also