Interface IComponentDefinition
Inherited Members
System.IEquatable<EPiServer.Shell.ViewComposition.IComponentDefinition>.Equals(EPiServer.Shell.ViewComposition.IComponentDefinition)
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
Property Value
Type |
Description |
System.String |
|
Declaration
string WidgetType { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods