Moves the tab after a specific tab.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void MoveTabAfter( TabInfo tab, int afterTabId ) |
Visual Basic |
---|
Public Sub MoveTabAfter ( tab As TabInfo, afterTabId As Integer ) |
Parameters
- tab
- Type: DotNetNuke.Entities.Tabs..::..TabInfo
The tab want to move.
- afterTabId
- Type: System..::..Int32
will move objTab after this tab.