Class Pane
Assembly: DotNetNuke.dll
Syntax
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
InjectModule(ModuleInfo)
Declaration
public void InjectModule(ModuleInfo module)
Parameters
ProcessPane()
Declaration
public void ProcessPane()
Extension Methods