Publishes the tabs.

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

Syntax

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

Parameters

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

Implements

ITabController..::..PublishTabs(List<(Of <<'(TabInfo>)>>))

See Also