Table of Contents

Class RelatedSmartSearchCollection

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
Represents a collection of RelatedSmartSearch objects.
[Serializable]
[Obsolete("Related smart searches are no longer used.")]
public class RelatedSmartSearchCollection : Collection<RelatedSmartSearch>, IList<RelatedSmartSearch>, ICollection<RelatedSmartSearch>, IReadOnlyList<RelatedSmartSearch>, IReadOnlyCollection<RelatedSmartSearch>, IEnumerable<RelatedSmartSearch>, IList, ICollection, IEnumerable
Inheritance
RelatedSmartSearchCollection
Implements
Inherited Members
Extension Methods

Properties

SmartSearches

Gets the smart searches.
public SmartSearchCollection SmartSearches { get; }

Property Value

SmartSearchCollection

Methods

Exist(RelatedSmartSearch)

Check is exist element.
public bool Exist(RelatedSmartSearch value)

Parameters

value RelatedSmartSearch
The related smart search.

Returns

bool
To top