Publishes the tab. Set the VIEW permission

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

Syntax

C#
public void PublishTab(
	TabInfo publishTab
)
Visual Basic
Public Sub PublishTab ( 
	publishTab As TabInfo
)

Parameters

publishTab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The publish tab.

Implements

ITabController..::..PublishTab(TabInfo)

See Also