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

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

Syntax

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

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32)

Return Value

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

Implements

IGlobals..::..NavigateURL(Int32)

See Also