GetScriptFile gets the filename for the version

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

Syntax

C#
public static string GetScriptFile(
	string providerPath,
	Version version
)
Visual Basic
Public Shared Function GetScriptFile ( 
	providerPath As String,
	version As Version
) As String

Parameters

providerPath
Type: System..::..String
The path to the Data Provider
version
Type: System..::..Version
The Version

Return Value

returnsM:DotNetNuke.Services.Upgrade.Upgrade.GetScriptFile(System.String,System.Version)

Remarks