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

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

Parameters

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