Gets the portal tabs.

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

Syntax

C#
public static List<TabInfo> GetPortalTabs(
	int portalId,
	int excludeTabId,
	bool includeNoneSpecified,
	bool includeHidden,
	bool includeDeleted,
	bool includeURL
)
Visual Basic
Public Shared Function GetPortalTabs ( 
	portalId As Integer,
	excludeTabId As Integer,
	includeNoneSpecified As Boolean,
	includeHidden As Boolean,
	includeDeleted As Boolean,
	includeURL 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].
includeDeleted
Type: System..::..Boolean
if set to true [include deleted].
includeURL
Type: System..::..Boolean
if set to true [include URL].

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.GetPortalTabs(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)

See Also