Class PlugIn
Inheritance
System.Object
PlugIn
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
Fields
actionTab
Declaration
protected TabStrip actionTab
Field Value
groupList
Declaration
protected PlugInGroupList groupList
Field Value
pluginList
Declaration
protected PlugInList pluginList
Field Value
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
tabView
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
view1
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
view2
Declaration
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