summaryM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String,System.String[])

Namespace: DotNetNuke.Common.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string NavigateURL(
	int tabID,
	string controlKey,
	params string[] additionalParameters
)
Visual Basic
Public Function NavigateURL ( 
	tabID As Integer,
	controlKey As String,
	ParamArray additionalParameters As String()
) As String

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String,System.String[])
controlKey
Type: System..::..String
paramcontrolKeyM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String,System.String[])
additionalParameters
Type: array<System..::..String>[]()[][]
paramadditionalParametersM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String,System.String[])

Return Value

returnsM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String,System.String[])

Implements

IGlobals..::..NavigateURL(Int32, String, array<String>[]()[][])

See Also