Gets the tabs by sort order.
Namespace: DotNetNuke.Entities.TabsAssembly: 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].