summaryM:DotNetNuke.Entities.Tabs.TabController.GetTabPathDictionary(System.Int32)
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.5. Replaced by GetTabPathDictionary(portalId, cultureCode) ")] public static Dictionary<string, int> GetTabPathDictionary( int portalId ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.5. Replaced by GetTabPathDictionary(portalId, cultureCode) ")> Public Shared Function GetTabPathDictionary ( portalId As Integer ) As Dictionary(Of String, Integer) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.TabController.GetTabPathDictionary(System.Int32)