London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ICategorizable

Interface that should be implemented by components that should be categorizable

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
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