The InstallerBase class is a Base Class for all Installer classes that need to use Localized Strings. It provides these strings as localized Constants.

Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class Util
Visual Basic
Public Class Util

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Installer..::..Util

See Also