Try our conversational search powered by Generative AI!

Interface IComponentDefinition

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IComponentDefinition : IPluggableComponentDefinition, IContainerMatcher, IEquatable<IComponentDefinition>

Properties

Categories

Declaration
IEnumerable<string> Categories { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

DefinitionName

Declaration
string DefinitionName { get; }
Property Value
Type Description
System.String

Description

Declaration
string Description { get; }
Property Value
Type Description
System.String

Title

Declaration
string Title { get; }
Property Value
Type Description
System.String

WidgetType

Declaration
string WidgetType { get; }
Property Value
Type Description
System.String

Extension Methods