Click or drag to resize

SmartSearchRule Constructor (SmartSearchRuleField, SmartSearchRuleOperator, String)

Initializes a new instance of the SmartSearchRule class

Namespace:  Dynamicweb.SmartSearch.SmartSearchRules
Assembly:  Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax
public SmartSearchRule(
	SmartSearchRuleField field,
	SmartSearchRuleOperator ruleOperator,
	string value
)

Parameters

field
Type: Dynamicweb.SmartSearch.SmartSearchRulesSmartSearchRuleField
ruleOperator
Type: Dynamicweb.SmartSearch.SmartSearchRulesSmartSearchRuleOperator
value
Type: SystemString
See Also