Adds a tab after the specified tab
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public int AddTabAfter( TabInfo tab, int afterTabId ) |
Visual Basic |
---|
Public Function AddTabAfter ( tab As TabInfo, afterTabId As Integer ) As Integer |
Parameters
- tab
- Type: DotNetNuke.Entities.Tabs..::..TabInfo
The tab to be added
- afterTabId
- Type: System..::..Int32
Id of the tab after which this tab is added