Show / Hide Table of Contents

Interface IUserInfo

Namespace: DotNetNuke.Abstractions.Users
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IUserInfo

Properties

AffiliateID

Declaration
int AffiliateID { get; set; }
Property Value
Type Description
int

DisplayName

Declaration
string DisplayName { get; set; }
Property Value
Type Description
string

Email

Declaration
string Email { get; set; }
Property Value
Type Description
string

FirstName

Declaration
string FirstName { get; set; }
Property Value
Type Description
string

HasAgreedToTerms

Declaration
bool HasAgreedToTerms { get; set; }
Property Value
Type Description
bool

HasAgreedToTermsOn

Declaration
DateTime HasAgreedToTermsOn { get; set; }
Property Value
Type Description
DateTime

IsAdmin

Declaration
bool IsAdmin { get; }
Property Value
Type Description
bool

IsDeleted

Declaration
bool IsDeleted { get; set; }
Property Value
Type Description
bool

IsSuperUser

Declaration
bool IsSuperUser { get; set; }
Property Value
Type Description
bool

LastIPAddress

Declaration
string LastIPAddress { get; set; }
Property Value
Type Description
string

LastName

Declaration
string LastName { get; set; }
Property Value
Type Description
string

PasswordResetExpiration

Declaration
DateTime PasswordResetExpiration { get; set; }
Property Value
Type Description
DateTime

PasswordResetToken

Declaration
Guid PasswordResetToken { get; set; }
Property Value
Type Description
Guid

PortalID

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

RequestsRemoval

Declaration
bool RequestsRemoval { get; set; }
Property Value
Type Description
bool

Roles

Declaration
string[] Roles { get; set; }
Property Value
Type Description
string[]

UserID

Declaration
int UserID { get; set; }
Property Value
Type Description
int

Username

Declaration
string Username { get; set; }
Property Value
Type Description
string

VanityUrl

Declaration
string VanityUrl { get; set; }
Property Value
Type Description
string

Methods

IsInRole(string)

Declaration
bool IsInRole(string role)
Parameters
Type Name Description
string role
Returns
Type Description
bool

LocalTime()

Declaration
DateTime LocalTime()
Returns
Type Description
DateTime

LocalTime(DateTime)

Declaration
DateTime LocalTime(DateTime utcTime)
Parameters
Type Name Description
DateTime utcTime
Returns
Type Description
DateTime

UpdateDisplayName(string)

Declaration
void UpdateDisplayName(string format)
Parameters
Type Name Description
string format

Extension Methods

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