The UserModuleBase class defines a custom base class inherited by all desktop portal modules within the Portal that manage Users.

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

Syntax

C#
public class UserModuleBase : PortalModuleBase
Visual Basic
Public Class UserModuleBase
	Inherits PortalModuleBase

Remarks