Check if Publish/Unpublish page actions can be performed

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

Syntax

C#
bool CanPublishingBePerformed(
	int tabID,
	int portalID
)
Visual Basic
Function CanPublishingBePerformed ( 
	tabID As Integer,
	portalID As Integer
) As Boolean

Parameters

tabID
Type: System..::..Int32
The tab ID
portalID
Type: System..::..Int32
The portal ID where the tab is

Return Value

returnsM:DotNetNuke.Entities.Tabs.ITabPublishingController.CanPublishingBePerformed(System.Int32,System.Int32)

See Also