Gets the tab.

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

Syntax

C#
public TabInfo GetTab(
	int tabId,
	int portalId,
	bool ignoreCache
)
Visual Basic
Public Function GetTab ( 
	tabId As Integer,
	portalId As Integer,
	ignoreCache As Boolean
) As TabInfo

Parameters

tabId
Type: System..::..Int32
The tab id.
portalId
Type: System..::..Int32
The portal id or NullInteger.
ignoreCache
Type: System..::..Boolean
if set to true will get tab info directly from database.

Return Value

tab info.

Implements

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

See Also