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