Click or drag to resize

Rule Constructor (RuleField, RuleOperator, String, String)

Initializes a new instance of the Rule class

Namespace:  Dynamicweb.Modules.Searching.Rules
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public Rule(
	RuleField field,
	RuleOperator ruleOperator,
	string valueFrom,
	string valueTo
)

Parameters

field
Type: Dynamicweb.Modules.Searching.RulesRuleField
ruleOperator
Type: Dynamicweb.Modules.Searching.RulesRuleOperator
valueFrom
Type: SystemString
valueTo
Type: SystemString
See Also