Class JavaScriptLibraryInstaller
Inheritance
System.Object
JavaScriptLibraryInstaller
Assembly: DotNetNuke.dll
Syntax
public class JavaScriptLibraryInstaller : ComponentInstallerBase
Methods
|
Improve this Doc
View Source
Commit()
Declaration
public override void Commit()
Overrides
|
Improve this Doc
View Source
Install()
Declaration
public override void Install()
Overrides
|
Improve this Doc
View Source
ReadManifest(XPathNavigator)
Declaration
public override void ReadManifest(XPathNavigator manifestNav)
Parameters
Type |
Name |
Description |
XPathNavigator |
manifestNav |
|
Overrides
|
Improve this Doc
View Source
Rollback()
Declaration
public override void Rollback()
Overrides
|
Improve this Doc
View Source
UnInstall()
Declaration
public override void UnInstall()
Overrides
Extension Methods