Gets the tabs which use the module.

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

Syntax

C#
public IDictionary<int, TabInfo> GetTabsByTabModuleID(
	int tabModuleId
)
Visual Basic
Public Function GetTabsByTabModuleID ( 
	tabModuleId As Integer
) As IDictionary(Of Integer, TabInfo)

Parameters

tabModuleId
Type: System..::..Int32
The tabmodule ID.

Return Value

tab collection

Implements

ITabController..::..GetTabsByTabModuleID(Int32)

See Also