Determines whether is special tab.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static bool IsSpecialTab( int tabId, PortalSettings portalSettings ) |
Visual Basic |
---|
Public Shared Function IsSpecialTab ( tabId As Integer, portalSettings As PortalSettings ) As Boolean |
Parameters
- tabId
- Type: System..::..Int32
The tab id.
- portalSettings
- Type: DotNetNuke.Entities.Portals..::..PortalSettings
The portal settings.