SetInstalltemplate saves the XmlDocument back to Installation Template specified in web.config

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

Syntax

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

Parameters

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

Return Value

A string which contains the error massage - if appropriate

See Also