Gets the tabs which use the module.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
IDictionary<int, TabInfo> GetTabsByTabModuleID( int tabModuleId ) |
| Visual Basic |
|---|
Function GetTabsByTabModuleID ( tabModuleId As Integer ) As IDictionary(Of Integer, TabInfo) |
Parameters
- tabModuleId
- Type: System..::..Int32
The tabmodule ID.