get a Module object
Namespace: DotNetNuke.Entities.ModulesAssembly: 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