DotNetNuke 5.2
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) Version: 5.2.0.275

Syntax

C#
public class UserModuleBase : PortalModuleBase
Visual Basic (Declaration)
Public Class UserModuleBase _
	Inherits PortalModuleBase
Visual C++
public ref class UserModuleBase : public PortalModuleBase

Remarks

Inheritance Hierarchy

See Also