Class PackageType
The PackageType class represents a single Installer Package Type.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public class PackageType : PackageTypeMemberNameFixer
Properties
| Improve this Doc View SourceDescription
The PackageType class represents a single Installer Package Type.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditorControlSrc
The PackageType class represents a single Installer Package Type.
Declaration
public string EditorControlSrc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecurityAccessLevel
The PackageType class represents a single Installer Package Type.
Declaration
public SecurityAccessLevel SecurityAccessLevel { get; set; }
Property Value
Type | Description |
---|---|
SecurityAccessLevel |
SupportsSideBySideInstallation
The PackageType class represents a single Installer Package Type.
Declaration
public bool SupportsSideBySideInstallation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |