Class BaseUserInfo
The BaseUserInfo class provides a base Entity for an online user.
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public abstract class BaseUserInfo : object
Properties
| Improve this Doc View SourceCreationDate
Gets or sets the CreationDate for this online user.
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
LastActiveDate
Gets or sets the LastActiveDate for this online user.
Declaration
public DateTime LastActiveDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
PortalID
Gets or sets the PortalId for this online user.
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabID
Gets or sets the TabId for this online user.
Declaration
public int TabID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |