Gets the tabs which use the module.
Namespace: DotNetNuke.Entities.TabsAssembly: 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.