The GetActiveTab method gets the active Tab for the current request
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
TabInfo GetActiveTab( int tabId, PortalSettings portalSettings ) |
Visual Basic |
---|
Function GetActiveTab ( tabId As Integer, portalSettings As PortalSettings ) As TabInfo |
Parameters
- tabId
- Type: System..::..Int32
The current tab's id
- portalSettings
- Type: DotNetNuke.Entities.Portals..::..PortalSettings
The current PortalSettings