The Installer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Installer(PackageInfo, String) |
This Constructor creates a new Installer instance from a PackageInfo object
|
![]() | Installer(Stream, String, Boolean) |
This Constructor creates a new Installer instance from a Stream and a
string representing the physical path to the root of the site
|
![]() | Installer(String, String, Boolean) | DotNetNuke.Services.Installer.Installer |
![]() | Installer(Stream, String, Boolean, Boolean) |
This Constructor creates a new Installer instance from a Stream and a
string representing the physical path to the root of the site
|
![]() | Installer(String, String, String, Boolean) |
This Constructor creates a new Installer instance from a string representing
the physical path to the temporary install folder and a string representing
the physical path to the root of the site
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | ConvertLegacyNavigator | |
![]() | DeleteTempFolder | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Install |
The Install method installs the feature.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadManifest |
The ReadManifest method reads the manifest file and parses it into packages.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnInstall |
The UnInstall method uninstalls the feature
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | InstallerInfo |
Gets the associated InstallerInfo object
|
![]() | IsValid |
Gets whether the associated InstallerInfo is valid
|
![]() | Packages |
Gets a SortedList of Packages that are included in the Package Zip
|
![]() | TempInstallFolder |
Gets
|