Class PlugInLicense
Inheritance
System.Object
PlugInLicense
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[CLSCompliant(false)]
public class PlugInLicense : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
PlugInLicense()
Declaration
Fields
actionTab
Declaration
protected TabStrip actionTab
Field Value
Info
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
New
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
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 |
|
Declaration
protected Button SettingsButton
Field Value
Type |
Description |
System.Web.UI.WebControls.Button |
|
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
TabView
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Properties
CurrentLicense
Declaration
public LicenseData CurrentLicense { get; }
Property Value
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