ModuleController provides the Business Layer for Modules

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class ModuleController : ServiceLocator<IModuleController, ModuleController>, 
	IModuleController
Visual Basic
Public Class ModuleController
	Inherits ServiceLocator(Of IModuleController, ModuleController)
	Implements IModuleController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IModuleController, ModuleController>)>)>
    DotNetNuke.Entities.Modules..::..ModuleController

See Also