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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetRuleInfoInternal(
	RuleInfo ruleObj
)

Parameters

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