Class ScriptComponentWriter
Inheritance
ScriptComponentWriter
Assembly: DotNetNuke.dll
Syntax
public class ScriptComponentWriter : FileComponentWriter
Constructors
ScriptComponentWriter(string, Dictionary<string, InstallFile>, PackageInfo)
Declaration
public ScriptComponentWriter(string basePath, Dictionary<string, InstallFile> scripts, PackageInfo package)
Parameters
Properties
CollectionNodeName
Declaration
protected override string CollectionNodeName { get; }
Property Value
Overrides
ComponentType
Declaration
protected override string ComponentType { get; }
Property Value
Overrides
ItemNodeName
Declaration
protected override string ItemNodeName { get; }
Property Value
Overrides
Methods
WriteFileElement(XmlWriter, InstallFile)
Declaration
protected override void WriteFileElement(XmlWriter writer, InstallFile file)
Parameters
Overrides
Extension Methods