Determines whether is special tab.

Namespace: DotNetNuke.Entities.Tabs
Assembly: 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.

Return Value

true if is special tab; otherwise, false.

See Also