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

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

Syntax

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

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.Installer.Util.InstallURL(System.Int32,System.String,System.String,System.String)
returnUrl
Type: System..::..String
paramreturnUrlM:DotNetNuke.Services.Installer.Util.InstallURL(System.Int32,System.String,System.String,System.String)
type
Type: System..::..String
paramtypeM:DotNetNuke.Services.Installer.Util.InstallURL(System.Int32,System.String,System.String,System.String)
package
Type: System..::..String
parampackageM:DotNetNuke.Services.Installer.Util.InstallURL(System.Int32,System.String,System.String,System.String)

Return Value

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

See Also