Show / Hide Table of Contents

Class BaseUserInfo

Inheritance
object
BaseUserInfo
AnonymousUserInfo
OnlineUserInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 8.0.0. Other solutions exist outside of the DNN Platform. Scheduled for removal in v11.0.0.")]
public abstract class BaseUserInfo

Constructors

BaseUserInfo()

Declaration
protected BaseUserInfo()

Properties

CreationDate

Declaration
public DateTime CreationDate { get; set; }
Property Value
Type Description
DateTime

LastActiveDate

Declaration
public DateTime LastActiveDate { get; set; }
Property Value
Type Description
DateTime

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

TabID

Declaration
public int TabID { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS