Interface IPackageEditor
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public interface IPackageEditor
Properties
| Improve this Doc View SourceIsWizard
Declaration
bool IsWizard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PackageID
Declaration
int PackageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceInitialize()
Declaration
void Initialize()
UpdatePackage()
Declaration
void UpdatePackage()