Class PlugInList
Inheritance
System.Object
PlugInList
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PlugInList : UserControlBase, IRenderSettings
Constructors
PlugInList()
Declaration
Fields
dataSet
Declaration
protected DataSet dataSet
Field Value
| Type |
Description |
| System.Data.DataSet |
|
PlugInAssembly
Declaration
public AssemblyName PlugInAssembly
Field Value
| Type |
Description |
| System.Reflection.AssemblyName |
|
ShowGroup
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
typeList
Declaration
protected Repeater typeList
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Repeater |
|
Properties
Editable
Declaration
public bool Editable { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Save()
Declaration
ShouldBeEditable(Object)
Declaration
protected bool ShouldBeEditable(object item)
Parameters
| Type |
Name |
Description |
| System.Object |
item |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements
Extension Methods