Gets the tab by tab path.

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

Syntax

C#
public static int GetTabByTabPath(
	int portalId,
	string tabPath,
	string cultureCode
)
Visual Basic
Public Shared Function GetTabByTabPath ( 
	portalId As Integer,
	tabPath As String,
	cultureCode As String
) As Integer

Parameters

portalId
Type: System..::..Int32
The portal id.
tabPath
Type: System..::..String
The tab path.
cultureCode
Type: System..::..String
The culture code.

Return Value

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

See Also