DotNetNuke 5.2
The PortalModuleBase class defines a custom base class inherited by all desktop portal modules within the Portal. The PortalModuleBase class defines portal specific properties that are used by the portal framework to correctly display portal modules

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

Syntax

C#
public class PortalModuleBase : UserControlBase, 
	IModuleControl
Visual Basic (Declaration)
Public Class PortalModuleBase _
	Inherits UserControlBase _
	Implements IModuleControl
Visual C++
public ref class PortalModuleBase : public UserControlBase, 
	IModuleControl

Remarks

Inheritance Hierarchy

See Also