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 IRestrictedComponentCategoryDefinition

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

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

Methods

GetComponentCategories()

The component categories.

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

Extension Methods