SaaS CMS has officially launched! Learn more now.

Interface ICategorizable

Defines the properties of an item supporting Relations

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
Syntax
public interface ICategorizable

Properties

Categories

Gets or sets the categories item which holds the category data.

Declaration
Categories Categories { get; set; }
Property Value
Type Description
Categories

Extension Methods