Try our conversational search powered by Generative AI!

Class PlugInLicense

Inheritance
System.Object
PlugInLicense
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[CLSCompliant(false)]
public class PlugInLicense : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

PlugInLicense()

Declaration
public PlugInLicense()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

Info

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

New

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

NewDefinitionButton

Declaration
protected Button NewDefinitionButton
Field Value
Type Description
System.Web.UI.WebControls.Button

propertyList

Declaration
protected Repeater propertyList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

SettingsButton

Declaration
protected Button SettingsButton
Field Value
Type Description
System.Web.UI.WebControls.Button

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

Properties

CurrentLicense

Declaration
public LicenseData CurrentLicense { get; }
Property Value
Type Description
LicenseData

Methods

OnLoad(EventArgs)

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

UploadLicense_Click(Object, EventArgs)

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

Implements

Extension Methods