summaryM:DotNetNuke.Entities.Tabs.TabController.GetTabPathDictionary

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This method has been replaced in 5.0 by GetTabPathDictionary(ByVal portalId As Integer) As Dictionary(Of String, Integer) ")]
public static Dictionary<string, int> GetTabPathDictionary()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This method has been replaced in 5.0 by GetTabPathDictionary(ByVal portalId As Integer) As Dictionary(Of String, Integer) ")> 
Public Shared Function GetTabPathDictionary As Dictionary(Of String, Integer)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.GetTabPathDictionary

See Also