Interface IComponent
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
Property Value
Type |
Description |
System.Guid |
|
ModuleName
Declaration
string ModuleName { get; }
Property Value
Type |
Description |
System.String |
|
Settings
Declaration
ISettingsDictionary Settings { get; }
Property Value
SortOrder
Declaration
int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
string WidgetType { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods