Gets the tabs which use the package.

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

Syntax

C#
public IDictionary<int, TabInfo> GetTabsByPackageID(
	int portalID,
	int packageID,
	bool forHost
)
Visual Basic
Public Function GetTabsByPackageID ( 
	portalID As Integer,
	packageID As Integer,
	forHost As Boolean
) As IDictionary(Of Integer, TabInfo)

Parameters

portalID
Type: System..::..Int32
The portal ID.
packageID
Type: System..::..Int32
The package ID.
forHost
Type: System..::..Boolean
if set to true [for host].

Return Value

tab collection

Implements

ITabController..::..GetTabsByPackageID(Int32, Int32, Boolean)

See Also