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

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

Syntax

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

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean)
isSuperTab
Type: System..::..Boolean
paramisSuperTabM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean)

Return Value

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

Implements

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

See Also