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

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

Syntax

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

Parameters

tabId
Type: System..::..Int32
The id of the tab you are on
type
Type: System..::..String
The type of package you are installing

Return Value

The localized string

See Also