The UnInstallURL method provides a utility method to build the correct url to uninstall a package (and return to where you came from)

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

Syntax

C#
public static string UnInstallURL(
	int tabId,
	int packageId
)
Visual Basic
Public Shared Function UnInstallURL ( 
	tabId As Integer,
	packageId As Integer
) As String

Parameters

tabId
Type: System..::..Int32
The id of the tab you are on
packageId
Type: System..::..Int32
The id of the package you are uninstalling

Return Value

The localized string

See Also