Checks whether the tab is published. Published means: view permissions of tab are identical to the DefaultLanguageTab

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

Syntax

C#
public bool IsTabPublished(
	TabInfo publishTab
)
Visual Basic
Public Function IsTabPublished ( 
	publishTab As TabInfo
) As Boolean

Parameters

publishTab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The tab that is checked

Return Value

true if tab is published

Implements

ITabController..::..IsTabPublished(TabInfo)

See Also