summaryM:DotNetNuke.Services.Installer.Util.UnInstallURL(System.Int32,System.Int32,System.String)

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

Syntax

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

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.Installer.Util.UnInstallURL(System.Int32,System.Int32,System.String)
packageId
Type: System..::..Int32
parampackageIdM:DotNetNuke.Services.Installer.Util.UnInstallURL(System.Int32,System.Int32,System.String)
returnUrl
Type: System..::..String
paramreturnUrlM:DotNetNuke.Services.Installer.Util.UnInstallURL(System.Int32,System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.Installer.Util.UnInstallURL(System.Int32,System.Int32,System.String)

See Also