summaryM:DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(System.Int32,System.String)

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.5. Replaced by GetTabByTabPath(portalId, tabPath, cultureCode) ")]
public static int GetTabByTabPath(
	int portalId,
	string tabPath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.5. Replaced by GetTabByTabPath(portalId, tabPath, cultureCode) ")> 
Public Shared Function GetTabByTabPath ( 
	portalId As Integer,
	tabPath As String
) As Integer

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(System.Int32,System.String)
tabPath
Type: System..::..String
paramtabPathM:DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(System.Int32,System.String)

See Also