Get all TabInfo for the current culture in SortOrder

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

Syntax

C#
public static List<TabInfo> GetTabsBySortOrder(
	int portalId
)
Visual Basic
Public Shared Function GetTabsBySortOrder ( 
	portalId As Integer
) As List(Of TabInfo)

Parameters

portalId
Type: System..::..Int32
The portalid to load tabs for

Return Value

List of TabInfo oredered by default SortOrder

Remarks

This method uses the Active culture. There is an overload which allows the culture information to be specified.

See Also