Gets the tabs which use the module.

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

Syntax

C#
IDictionary<int, TabInfo> GetTabsByModuleID(
	int moduleID
)
Visual Basic
Function GetTabsByModuleID ( 
	moduleID As Integer
) As IDictionary(Of Integer, TabInfo)

Parameters

moduleID
Type: System..::..Int32
The module ID.

Return Value

tab collection

See Also