Try our conversational search powered by Generative AI!

Class PlugIn

Inheritance
System.Object
PlugIn
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Plug-in Manager", Description = "", Area = PlugInArea.AdminConfigMenu, UrlFromUi = "admin/PlugIn.aspx", LanguagePath = "/admin/plugin", SortIndex = 400)]
public class PlugIn : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

PlugIn()

Declaration
public PlugIn()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

groupList

Declaration
protected PlugInGroupList groupList
Field Value
Type Description
PlugInGroupList

pluginList

Declaration
protected PlugInList pluginList
Field Value
Type Description
PlugInList

Tab1

Declaration
protected Tab Tab1
Field Value
Type Description
Tab

Tab2

Declaration
protected Tab Tab2
Field Value
Type Description
Tab

tabView

Declaration
protected Panel tabView
Field Value
Type Description
System.Web.UI.WebControls.Panel

view1

Declaration
protected Panel view1
Field Value
Type Description
System.Web.UI.WebControls.Panel

view2

Declaration
protected Panel view2
Field Value
Type Description
System.Web.UI.WebControls.Panel

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Implements

Extension Methods