InitialiseHostSettings gets the Host Settings from the Install Template

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

Syntax

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

Parameters

xmlTemplate
Type: System.Xml..::..XmlDocument
The install Templae
writeFeedback
Type: System..::..Boolean
a flag to determine whether to output feedback

Remarks