The UpdateConfig method processes the source file and updates the Target Config Xml Document.

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

Syntax

C#
public void UpdateConfig(
	XmlDocument target
)
Visual Basic
Public Sub UpdateConfig ( 
	target As XmlDocument
)

Parameters

target
Type: System.Xml..::..XmlDocument
An Xml Document represent the Target Xml File

See Also