Moves the tab before a specific tab.

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

Syntax

C#
void MoveTabBefore(
	TabInfo tab,
	int beforeTabId
)
Visual Basic
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.

See Also