Click or drag to resize
ScoreContactRuleInfoProviderDeleteScoreContactRule Method
Deletes score-contact-rule relation.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DeleteScoreContactRule(
	Nullable<int> scoreId,
	Nullable<int> contactId,
	Nullable<int> ruleId
)

Parameters

scoreId
Type: SystemNullableInt32
Score ID
contactId
Type: SystemNullableInt32
Contact ID
ruleId
Type: SystemNullableInt32
Rule ID
See Also