Interface ICategorizable
Interface that should be implemented by components that should be categorizable
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface ICategorizableProperties
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. | 
