Gets the tabs by sort order.

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

Syntax

C#
public static List<TabInfo> GetTabsBySortOrder(
	int portalId,
	string cultureCode,
	bool includeNeutral
)
Visual Basic
Public Shared Function GetTabsBySortOrder ( 
	portalId As Integer,
	cultureCode As String,
	includeNeutral As Boolean
) As List(Of TabInfo)

Parameters

portalId
Type: System..::..Int32
The portal id.
cultureCode
Type: System..::..String
The culture code.
includeNeutral
Type: System..::..Boolean
if set to true [include neutral].

Return Value

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

See Also