Class ContainerComponentWriter
Inheritance
ContainerComponentWriter
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
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 override string SkinNameNodeName { get; }
Property Value
Overrides
Extension Methods