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

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

Syntax

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

Parameters

tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Entities.Tabs.TabPublishingController.CanPublishingBePerformed(System.Int32,System.Int32)
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Tabs.TabPublishingController.CanPublishingBePerformed(System.Int32,System.Int32)

Return Value

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

Implements

ITabPublishingController..::..CanPublishingBePerformed(Int32, Int32)

See Also