Class ProviderInstaller
The ProviderInstaller installs Provider Components to a DotNetNuke site.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class ProviderInstaller : ComponentInstallerBase
Properties
| Improve this Doc View SourceAllowableFiles
Gets a list of allowable file extensions (in addition to the Host's List).
Declaration
public override string AllowableFiles { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
Methods
| Improve this Doc View SourceCommit()
The ProviderInstaller installs Provider Components to a DotNetNuke site.
Declaration
public override void Commit()
Overrides
| Improve this Doc View SourceInstall()
The ProviderInstaller installs Provider Components to a DotNetNuke site.
Declaration
public override void Install()
Overrides
| Improve this Doc View SourceReadManifest(XPathNavigator)
The ProviderInstaller installs Provider Components to a DotNetNuke site.
Declaration
public override void ReadManifest(XPathNavigator manifestNav)
Parameters
Type | Name | Description |
---|---|---|
XPathNavigator | manifestNav |
Overrides
| Improve this Doc View SourceRollback()
The ProviderInstaller installs Provider Components to a DotNetNuke site.
Declaration
public override void Rollback()
Overrides
| Improve this Doc View SourceUnInstall()
The ProviderInstaller installs Provider Components to a DotNetNuke site.
Declaration
public override void UnInstall()