The ComponentInstallerBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ComponentInstallerBase | DotNetNuke.Services.Installer.Installers.ComponentInstallerBase |
Methods
Name | Description | |
---|---|---|
![]() | Commit | |
![]() | 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 | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadEventMessageNode | |
![]() | ReadManifest | |
![]() | Rollback | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnInstall |
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 | |
---|---|---|
![]() | AllowableFiles |
Gets a list of allowable file extensions (in addition to the Host's List)
|
![]() | Completed |
Gets the Completed flag
|
![]() | InstallMode |
Gets the InstallMode
|
![]() | Log |
Gets the Logger
|
![]() | Package |
Gets the associated Package
|
![]() | PackageFiles |
Gets a Dictionary of Files that are included in the Package
|
![]() | PhysicalSitePath |
Gets the Physical Path to the root of the Site (eg D:\Websites\DotNetNuke")
|
![]() | Skipped | |
![]() | SupportsManifestOnlyInstall |
Gets whether the Installer supports Manifest only installs
|
![]() | Type |
Gets and sets the Type of the component
|
![]() | Version |
Gets the Version of the Component
|