Try our conversational search powered by Generative AI!

Class PlugInEdit

Inheritance
System.Object
PlugInEdit
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PlugInEdit : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

PlugInEdit()

Declaration
public PlugInEdit()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

adminGUI

Declaration
protected PlaceHolder adminGUI
Field Value
Type Description
System.Web.UI.WebControls.PlaceHolder

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

pluginList

Declaration
protected PlugInList pluginList
Field Value
Type Description
PlugInList

pluginSettings

Declaration
protected PlugInAdminSettings pluginSettings
Field Value
Type Description
PlugInAdminSettings

SaveButton

Declaration
protected ToolButton SaveButton
Field Value
Type Description
ToolButton

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

Cancel(Object, EventArgs)

Declaration
protected void Cancel(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

OnInit(EventArgs)

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

Save(Object, EventArgs)

Declaration
protected void Save(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Implements

Extension Methods