Check whether the specific page is a host page.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool IsHostTab(
	int tabId
)
Visual Basic
Public Shared Function IsHostTab ( 
	tabId As Integer
) As Boolean

Parameters

tabId
Type: System..::..Int32
The tab ID.

Return Value

if true the tab is a host page; otherwise, it is not a host page.

See Also