A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ICategorizable

Interface that should be implemented by components that should be categorizable

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface ICategorizable

Properties

Category

Gets a CategoryList containing the categories that the instance belongs to.

Declaration
CategoryList Category { get; set; }
Property Value
Type Description
CategoryList

A CategoryList with the categories.

Extension Methods