Class JavaScriptFileInstaller
Inherited Members
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class JavaScriptFileInstaller : FileInstaller
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
| Improve this Doc View SourceCollectionNodeName
Gets the name of the Collection Node ("jsfiles").
Declaration
protected override string CollectionNodeName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourceItemNodeName
Gets the name of the Item Node ("jsfile").
Declaration
protected override string ItemNodeName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
Methods
| Improve this Doc View SourceReadCustomManifest(XPathNavigator)
The ReadCustomManifest method reads the custom manifest items (that subclasses of FileInstaller may need).
Declaration
protected override void ReadCustomManifest(XPathNavigator nav)
Parameters
Type | Name | Description |
---|---|---|
XPathNavigator | nav | The XPathNavigator representing the node. |