Check if a page is published or not.

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
bool IsTabPublished(
	int tabID,
	int portalID
)
Visual Basic
Function IsTabPublished ( 
	tabID As Integer,
	portalID As Integer
) As Boolean

Parameters

tabID
Type: System..::..Int32
Tha tab Id
portalID
Type: System..::..Int32
The portal ID where the tab is

Return Value

returnsM:DotNetNuke.Entities.Tabs.ITabPublishingController.IsTabPublished(System.Int32,System.Int32)

See Also