Gets the portal tabs.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static List<TabInfo> GetPortalTabs( int portalId, int excludeTabId, bool includeNoneSpecified, bool includeHidden ) |
Visual Basic |
---|
Public Shared Function GetPortalTabs ( portalId As Integer, excludeTabId As Integer, includeNoneSpecified As Boolean, includeHidden As Boolean ) As List(Of TabInfo) |
Parameters
- portalId
- Type: System..::..Int32
The portal id.
- excludeTabId
- Type: System..::..Int32
The exclude tab id.
- includeNoneSpecified
- Type: System..::..Boolean
if set to true [include none specified].
- includeHidden
- Type: System..::..Boolean
if set to true [include hidden].