Show / Hide Table of Contents

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()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS