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

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

Syntax

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

Parameters

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

Return Value

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

Implements

ITabPublishingController..::..IsTabPublished(Int32, Int32)

See Also