Show / Hide Table of Contents

Class SkinComponentWriter

Inheritance
object
FileComponentWriter
SkinComponentWriter
ContainerComponentWriter
Inherited Members
FileComponentWriter.WriteManifest(XmlWriter)
FileComponentWriter.WriteFileElement(XmlWriter, InstallFile)
FileComponentWriter.InstallOrder
FileComponentWriter.UnInstallOrder
FileComponentWriter.Log
FileComponentWriter.Package
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer.Writers
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
Type Name Description
string skinName
string basePath
Dictionary<string, InstallFile> files
PackageInfo package

Properties

CollectionNodeName

Declaration
protected override string CollectionNodeName { get; }
Property Value
Type Description
string
Overrides
FileComponentWriter.CollectionNodeName

ComponentType

Declaration
protected override string ComponentType { get; }
Property Value
Type Description
string
Overrides
FileComponentWriter.ComponentType

ItemNodeName

Declaration
protected override string ItemNodeName { get; }
Property Value
Type Description
string
Overrides
FileComponentWriter.ItemNodeName

SkinNameNodeName

Declaration
protected virtual string SkinNameNodeName { get; }
Property Value
Type Description
string

Methods

WriteCustomManifest(XmlWriter)

Declaration
protected override void WriteCustomManifest(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer
Overrides
FileComponentWriter.WriteCustomManifest(XmlWriter)

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS