GetUpgradeScripts gets an ArrayList of the Scripts required to Upgrade to the
current Assembly Version
Namespace: DotNetNuke.Services.UpgradeAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static ArrayList GetUpgradeScripts( string providerPath, Version databaseVersion ) |
Visual Basic |
---|
Public Shared Function GetUpgradeScripts ( providerPath As String, databaseVersion As Version ) As ArrayList |
Parameters
- providerPath
- Type: System..::..String
The path to the Data Provider
- databaseVersion
- Type: System..::..Version
The current Database Version