Gets the tabs by portal.

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

Syntax

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

Parameters

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

Return Value

tab collection

See Also