get a Module object

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

Syntax

C#
public ModuleInfo GetModule(
	int moduleID,
	int tabID,
	bool ignoreCache
)
Visual Basic
Public Function GetModule ( 
	moduleID As Integer,
	tabID As Integer,
	ignoreCache As Boolean
) As ModuleInfo

Parameters

moduleID
Type: System..::..Int32
ID of the module
tabID
Type: System..::..Int32
ID of the page
ignoreCache
Type: System..::..Boolean
flag, if data shall not be taken from cache

Return Value

ModuleInfo object

Implements

IModuleController..::..GetModule(Int32, Int32, Boolean)

See Also