Show / Hide Table of Contents

Class ResourceFileComponentWriter

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

Constructors

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

Declaration
public ResourceFileComponentWriter(string basePath, Dictionary<string, InstallFile> files, PackageInfo package)
Parameters
Type Name Description
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

Extension Methods

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