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