Class PackageEditorBase
The PackageEditorBase class provides a Base Classs for Package Editors.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public class PackageEditorBase : ModuleUserControlBase, IModuleControl, IPackageEditor
Properties
| Improve this Doc View SourceDisplayMode
The PackageEditorBase class provides a Base Classs for Package Editors.
Declaration
protected string DisplayMode { get; }
Property Value
Type | Description |
---|---|
System.String |
EditorID
The PackageEditorBase class provides a Base Classs for Package Editors.
Declaration
protected virtual string EditorID { get; }
Property Value
Type | Description |
---|---|
System.String |
IsSuperTab
The PackageEditorBase class provides a Base Classs for Package Editors.
Declaration
protected bool IsSuperTab { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWizard
Gets or sets a value indicating whether the Editor is in the Wizard.
Declaration
public bool IsWizard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | An Boolean. |
Package
The PackageEditorBase class provides a Base Classs for Package Editors.
Declaration
protected PackageInfo Package { get; }
Property Value
Type | Description |
---|---|
PackageInfo |
PackageID
Gets or sets the Package ID.
Declaration
public int PackageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
Methods
| Improve this Doc View SourceInitialize()
Used to Initialize the Control.
Declaration
public virtual void Initialize()
OnInit(EventArgs)
The PackageEditorBase class provides a Base Classs for Package Editors.
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
OnLoad(EventArgs)
The PackageEditorBase class provides a Base Classs for Package Editors.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
UpdatePackage()
Used to Update the Package.
Declaration
public virtual void UpdatePackage()