This is the control that loads all admin control panel sub-controls and the acp menu. (ie. it is the acp host)

Namespace: DotNetNuke.Modules.Forum
Assembly: DotNetNuke.Modules.Forum (in DotNetNuke.Modules.Forum.dll) Version: 5.0.0.30439

Syntax

C#
public class ACPLoader : ForumModuleBase, IActionable
Visual Basic
Public Class ACPLoader _
	Inherits ForumModuleBase _
	Implements IActionable
Visual C++
public ref class ACPLoader : public ForumModuleBase, 
	IActionable

Remarks

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          PortalModuleBase
            DotNetNuke.Modules.Forum..::..ForumModuleBase
              DotNetNuke.Modules.Forum..::..ACPLoader

See Also