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)

Syntax

C#
public class PortalModuleBase : UserControlBase, 
	IModuleControl
Visual Basic
Public Class PortalModuleBase
	Inherits UserControlBase
	Implements IModuleControl

Remarks