Click or drag to resize
ScoreContactRuleInfoProviderGetContactsWithScore Method (Int32)
Returns IDs of contacts with score values who gained more than minimum score value.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ScoreContactRuleInfo> GetContactsWithScore(
	int minScoreValue
)

Parameters

minScoreValue
Type: SystemInt32
Minimum score value

Return Value

Type: ObjectQueryScoreContactRuleInfo
See Also