Table of Contents

Class SmartSearchCollection

Namespace
Dynamicweb.SmartSearch
Assembly
Dynamicweb.SmartSearch.dll
Represents smart search collection
public class SmartSearchCollection : Collection<SmartSearch>, IList<SmartSearch>, ICollection<SmartSearch>, IReadOnlyList<SmartSearch>, IReadOnlyCollection<SmartSearch>, IEnumerable<SmartSearch>, IList, ICollection, IEnumerable
Inheritance
SmartSearchCollection
Implements
Inherited Members
Extension Methods

Constructors

SmartSearchCollection(List<SmartSearch>)

Initializes a new instance of an object.
public SmartSearchCollection(List<SmartSearch> listOfSmartSearches = null)

Parameters

listOfSmartSearches List<SmartSearch>

Methods

GetByDataProvider(string)

Gets the by data provider.
public SmartSearchCollection GetByDataProvider(string dataProviderName)

Parameters

dataProviderName string
Name of the data provider.

Returns

SmartSearchCollection
To top