Business Layer to manage Messaging. Also contains CRUD methods.

Namespace: DotNetNuke.Services.Upgrade.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class InstallController : ServiceLocator<IInstallController, InstallController>
Visual Basic
Public Class InstallController
	Inherits ServiceLocator(Of IInstallController, InstallController)

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IInstallController, InstallController>)>)>
    DotNetNuke.Services.Upgrade.Internals..::..InstallController

See Also