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

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

Syntax

C#
public void UpdateConfig(
	XmlDocument target,
	string fileName
)
Visual Basic
Public Sub UpdateConfig ( 
	target As XmlDocument,
	fileName As String
)

Parameters

target
Type: System.Xml..::..XmlDocument
An Xml Document represent the Target Xml File
fileName
Type: System..::..String
The fileName for the Target Xml File - relative to the webroot

See Also