Interface ICategorizable
Interface that should be implemented by components that should be categorizable
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface ICategorizable
Properties
Category
Gets a Category
Declaration
CategoryList Category { get; set; }
Property Value
Type | Description |
---|---|
Category |
A CategoryList with the categories. |