Initializes a new instance of the XmlMerge class.

Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public XmlMerge(
	XmlDocument sourceDoc,
	string version,
	string sender
)
Visual Basic
Public Sub New ( 
	sourceDoc As XmlDocument,
	version As String,
	sender As String
)

Parameters

sourceDoc
Type: System.Xml..::..XmlDocument
paramsourceDocM:DotNetNuke.Services.Installer.XmlMerge.#ctor(System.Xml.XmlDocument,System.String,System.String)
version
Type: System..::..String
paramversionM:DotNetNuke.Services.Installer.XmlMerge.#ctor(System.Xml.XmlDocument,System.String,System.String)
sender
Type: System..::..String
paramsenderM:DotNetNuke.Services.Installer.XmlMerge.#ctor(System.Xml.XmlDocument,System.String,System.String)

See Also