Gets the tab by tab path.
Namespace: DotNetNuke.Entities.TabsAssembly: 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.