Try our conversational search powered by Generative AI!

Interface IComponent

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IComponent

Properties

DefinitionName

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

Id

Declaration
Guid Id { get; set; }
Property Value
Type Description
System.Guid

ModuleName

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

Settings

Declaration
ISettingsDictionary Settings { get; }
Property Value
Type Description
ISettingsDictionary

SortOrder

Declaration
int SortOrder { get; set; }
Property Value
Type Description
System.Int32

WidgetType

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

Extension Methods