summaryM:DotNetNuke.Entities.Tabs.TabPublishingController.SetTabPublishing(System.Int32,System.Int32,System.Boolean)

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

Syntax

C#
public void SetTabPublishing(
	int tabID,
	int portalID,
	bool publish
)
Visual Basic
Public Sub SetTabPublishing ( 
	tabID As Integer,
	portalID As Integer,
	publish As Boolean
)

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Entities.Tabs.TabPublishingController.SetTabPublishing(System.Int32,System.Int32,System.Boolean)
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Tabs.TabPublishingController.SetTabPublishing(System.Int32,System.Int32,System.Boolean)
publish
Type: System..::..Boolean
parampublishM:DotNetNuke.Entities.Tabs.TabPublishingController.SetTabPublishing(System.Int32,System.Int32,System.Boolean)

Implements

ITabPublishingController..::..SetTabPublishing(Int32, Int32, Boolean)

See Also