SaaS CMS has officially launched! Learn more now.

Interface IRestrictedComponentCategoryDefinition

Used to define a restricted range of component types, for instance for a view.

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public interface IRestrictedComponentCategoryDefinition

Methods

GetComponentCategories()

The component categories.

Declaration
IEnumerable<string> GetComponentCategories()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>