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.4Syntax
public interface IRestrictedComponentCategoryDefinition
Methods
GetComponentCategories()
The component categories.
Declaration
IEnumerable<string> GetComponentCategories()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |