Gets the tabs by portal.

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

Syntax

C#
public TabCollection GetTabsByPortal(
	int portalId
)
Visual Basic
Public Function GetTabsByPortal ( 
	portalId As Integer
) As TabCollection

Parameters

portalId
Type: System..::..Int32
The portal id.

Return Value

tab collection

Implements

ITabController..::..GetTabsByPortal(Int32)

See Also