Gets the tab path dictionary.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static Dictionary<string, int> GetTabPathDictionary( int portalId, string cultureCode ) |
Visual Basic |
---|
Public Shared Function GetTabPathDictionary ( portalId As Integer, cultureCode As String ) As Dictionary(Of String, Integer) |
Parameters
- portalId
- Type: System..::..Int32
The portal id.
- cultureCode
- Type: System..::..String
The culture code.