Show / Hide Table of Contents

Class ContainerComponentWriter

Inheritance
object
FileComponentWriter
SkinComponentWriter
ContainerComponentWriter
Inherited Members
SkinComponentWriter.WriteCustomManifest(XmlWriter)
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 ContainerComponentWriter : SkinComponentWriter

Constructors

ContainerComponentWriter(string, string, Dictionary<string, InstallFile>, PackageInfo)

Declaration
public ContainerComponentWriter(string containerName, string basePath, Dictionary<string, InstallFile> files, PackageInfo package)
Parameters
Type Name Description
string containerName
string basePath
Dictionary<string, InstallFile> files
PackageInfo package

Properties

CollectionNodeName

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

ComponentType

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

ItemNodeName

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

SkinNameNodeName

Declaration
protected override string SkinNameNodeName { get; }
Property Value
Type Description
string
Overrides
SkinComponentWriter.SkinNameNodeName

Extension Methods

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