InstallFiles intsalls any files listed in the Host Install Configuration file

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

Syntax

C#
public static void InstallFiles(
	XmlDocument xmlDoc,
	bool writeFeedback
)
Visual Basic
Public Shared Sub InstallFiles ( 
	xmlDoc As XmlDocument,
	writeFeedback As Boolean
)

Parameters

xmlDoc
Type: System.Xml..::..XmlDocument
The Xml Document to load
writeFeedback
Type: System..::..Boolean
A flag that determines whether to output feedback to the Response Stream

Remarks