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

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

Syntax

C#
public string NavigateURL(
	int tabID,
	bool isSuperTab,
	PortalSettings settings,
	string controlKey,
	string language,
	params string[] additionalParameters
)
Visual Basic
Public Function NavigateURL ( 
	tabID As Integer,
	isSuperTab As Boolean,
	settings As PortalSettings,
	controlKey As String,
	language As String,
	ParamArray additionalParameters As String()
) As String

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])
isSuperTab
Type: System..::..Boolean
paramisSuperTabM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])
settings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
paramsettingsM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])
controlKey
Type: System..::..String
paramcontrolKeyM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])
language
Type: System..::..String
paramlanguageM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])
additionalParameters
Type: array<System..::..String>[]()[][]
paramadditionalParametersM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])

Return Value

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

Implements

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

See Also