Class SkinComponentWriter
Inheritance
SkinComponentWriter
Assembly: DotNetNuke.dll
Syntax
public class SkinComponentWriter : FileComponentWriter
Constructors
SkinComponentWriter(string, string, Dictionary<string, InstallFile>, PackageInfo)
Declaration
public SkinComponentWriter(string skinName, string basePath, Dictionary<string, InstallFile> files, 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
SkinNameNodeName
Declaration
protected virtual string SkinNameNodeName { get; }
Property Value
Methods
WriteCustomManifest(XmlWriter)
Declaration
protected override void WriteCustomManifest(XmlWriter writer)
Parameters
Overrides
Extension Methods