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

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

Syntax

C#
public string NavigateURL(
	int tabID,
	string controlKey
)
Visual Basic
Public Function NavigateURL ( 
	tabID As Integer,
	controlKey As String
) As String

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String)
controlKey
Type: System..::..String
paramcontrolKeyM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.String)

Return Value

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

Implements

IGlobals..::..NavigateURL(Int32, String)

See Also