GetInstallTemplate retrieves the Installation Template as specifeid in web.config

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

Syntax

C#
public static string GetInstallTemplate(
	XmlDocument xmlDoc
)
Visual Basic
Public Shared Function GetInstallTemplate ( 
	xmlDoc As XmlDocument
) As String

Parameters

xmlDoc
Type: System.Xml..::..XmlDocument
The Xml Document to load

Return Value

A string which contains the error message - if appropriate

Remarks