Gets the tab path dictionary.

Namespace: DotNetNuke.Entities.Tabs
Assembly: 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.

Return Value

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

See Also