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)
public bool ContainsId(string id)
Parameters
id
string- The ID.