Moves the tab before a specific tab.

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

Syntax

C#
public void MoveTabBefore(
	TabInfo tab,
	int beforeTabId
)
Visual Basic
Public Sub MoveTabBefore ( 
	tab As TabInfo,
	beforeTabId As Integer
)

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The tab want to move.
beforeTabId
Type: System..::..Int32
will move objTab before this tab.

Implements

ITabController..::..MoveTabBefore(TabInfo, Int32)

See Also