Gets the module.

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

Syntax

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

Parameters

moduleId
Type: System..::..Int32
The module ID.
tabId
Type: System..::..Int32
The tab ID.
ignoreCache
Type: System..::..Boolean
Optionally bypass the cache

Return Value

module info

See Also