summaryM:DotNetNuke.Common.Internal.GlobalsImpl.NavigateURL(System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.String,System.String,System.String[])
Namespace: DotNetNuke.Common.InternalAssembly: 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[])