Table of Contents

Class CategoryCollection

Namespace
Dynamicweb.Ecommerce.Products.Categories
Assembly
Dynamicweb.Ecommerce.dll
Collection of Categories
[Serializable]
[Obsolete("Use List(Of Category) instead")]
public class CategoryCollection : List<Category>, IList<Category>, ICollection<Category>, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IList, ICollection, IEnumerable
Inheritance
CategoryCollection
Implements
Inherited Members
Extension Methods

Methods

ContainsId(string)

Determines whether the Category with the specific ID is contained in this List<T>.
public bool ContainsId(string id)

Parameters

id string
The ID.

Returns

bool
To top