Table of Contents

Class SmartSearchRulesGroup

Namespace
Dynamicweb.SmartSearch.SmartSearchRules
Assembly
Dynamicweb.SmartSearch.dll
Rule for smart search
[Obsolete("Use SmartSearchRulesCollection instead")]
public class SmartSearchRulesGroup : Collection<SmartSearchRule>, IList<SmartSearchRule>, ICollection<SmartSearchRule>, IReadOnlyList<SmartSearchRule>, IReadOnlyCollection<SmartSearchRule>, IEnumerable<SmartSearchRule>, IList, ICollection, IEnumerable
Inheritance
SmartSearchRulesGroup
Implements
Inherited Members
Extension Methods

Constructors

SmartSearchRulesGroup()

Initializes a new instance of an object.
public SmartSearchRulesGroup()

Properties

CombineMethod

Gets the combine method type for next group
public SmartSearchRuleGroupCombineMethod CombineMethod { get; set; }

Property Value

SmartSearchRuleGroupCombineMethod

Default

Gets the default.
public static SmartSearchRulesGroup Default { get; }

Property Value

SmartSearchRulesGroup
The default.
To top