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#
int GetMasterTabId(
	ModuleInfo module
)
Visual Basic
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

See Also