Get the Tab ID corresponding to the initial Tab where the module was added

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

Syntax

C#
public int GetMasterTabId(
	ModuleInfo module
)
Visual Basic
Public Function GetMasterTabId ( 
	module As ModuleInfo
) As Integer

Parameters

module
Type: DotNetNuke.Entities.Modules..::..ModuleInfo
A ModuleInfo object to be checked

Return Value

The Tab Id from initial Tab where the module was added

Implements

IModuleController..::..GetMasterTabId(ModuleInfo)

See Also