The UserProfile class provides a Business Layer entity for the Users Profile

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

Syntax

C#
[SerializableAttribute]
public class UserProfile : IIndexable
Visual Basic
<SerializableAttribute>
Public Class UserProfile
	Implements IIndexable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Users..::..UserProfile

See Also