Publishes the tab. Set the VIEW permissions to All Users

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

Syntax

C#
void PublishTabs(
	List<TabInfo> tabs
)
Visual Basic
Sub PublishTabs ( 
	tabs As List(Of TabInfo)
)

Parameters

tabs
Type: System.Collections.Generic..::..List<(Of <(<'TabInfo>)>)>
The tabs.

See Also