The PackageEditorBase class provides a Base Classs for Package Editors

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

Syntax

C#
public class PackageEditorBase : ModuleUserControlBase, 
	IPackageEditor
Visual Basic
Public Class PackageEditorBase
	Inherits ModuleUserControlBase
	Implements IPackageEditor

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.Modules..::..ModuleUserControlBase
          DotNetNuke.Services.Installer.Packages..::..PackageEditorBase

See Also