Gets the module.

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

Syntax

C#
ModuleInfo GetModule(
	int moduleId,
	int tabId
)
Visual Basic
Function GetModule ( 
	moduleId As Integer,
	tabId As Integer
) As ModuleInfo

Parameters

moduleId
Type: System..::..Int32
The module ID.
tabId
Type: System..::..Int32
The tab ID.

Return Value

module info

See Also