Class Pane
Assembly: DotNetNuke.dll
Syntax
public class Pane : IDisposable
Constructors
Pane(string, HtmlContainerControl)
Declaration
public Pane(string name, HtmlContainerControl pane)
Parameters
Pane(HtmlContainerControl)
Declaration
public Pane(HtmlContainerControl pane)
Parameters
Properties
Containers
Declaration
protected Dictionary<string, Container> Containers { get; }
Property Value
Name
Declaration
protected string Name { get; set; }
Property Value
PaneControl
Declaration
protected HtmlContainerControl PaneControl { get; set; }
Property Value
PortalSettings
Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
InjectModule(ModuleInfo)
Declaration
public void InjectModule(ModuleInfo module)
Parameters
ProcessPane()
Declaration
public void ProcessPane()
Implements
Extension Methods