UpgradeVersion upgrades a single version

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

Syntax

C#
public static string UpgradeVersion(
	string scriptFile,
	bool writeFeedback,
	out bool scriptExecuted
)
Visual Basic
Public Shared Function UpgradeVersion ( 
	scriptFile As String,
	writeFeedback As Boolean,
	<OutAttribute> ByRef scriptExecuted As Boolean
) As String

Parameters

scriptFile
Type: System..::..String
The upgrade script file
writeFeedback
Type: System..::..Boolean
Write status to Response Stream?
scriptExecuted
Type: System..::..Boolean%
Identity whether the script file executed.

Return Value

returnsM:DotNetNuke.Services.Upgrade.Upgrade.UpgradeVersion(System.String,System.Boolean,System.Boolean@)

Remarks