Class AssemblyComponentWriter
Inheritance
AssemblyComponentWriter
Assembly: DotNetNuke.dll
Syntax
public class AssemblyComponentWriter : FileComponentWriter
Constructors
AssemblyComponentWriter(string, Dictionary<string, InstallFile>, PackageInfo)
Declaration
public AssemblyComponentWriter(string basePath, Dictionary<string, InstallFile> assemblies, 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
Extension Methods