Click or drag to resize
RuleCondition Constructor
Constructor, creates the rule condition structure and loads specified rule definition.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public RuleCondition(
	string ruleCondition
)

Parameters

ruleCondition
Type: SystemString
XML definition of the rule condition
See Also