Click or drag to resize
RuleInfoProviderSetRuleInfo Method
Sets (updates or inserts) specified rule.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static void SetRuleInfo(
	RuleInfo ruleObj
)

Parameters

ruleObj
Type: CMS.ContactManagementRuleInfo
Rule to be set
See Also