Click or drag to resize
RuleCondition Class
Ensures management of XML file that represents the rule condition.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementRuleCondition

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

The RuleCondition type exposes the following members.

Constructors
  NameDescription
Public methodRuleCondition
Constructor, creates the rule condition structure and loads specified rule definition.
Top
Properties
  NameDescription
Public propertyWhereCondition
Gets or sets where condition of the rule.
Top
Methods
  NameDescription
Public methodClone
Clones the object.
Public methodGetXmlDefinition
Returns rule condition definition in xml.
Top
See Also