Try our conversational search powered by Generative AI!

Interface IUIUser

Namespace: EPiServer.Shell.Security
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IUIUser

Properties

Comment

Declaration
string Comment { get; set; }
Property Value
Type Description
System.String

CreationDate

Declaration
DateTime CreationDate { get; }
Property Value
Type Description
System.DateTime

Email

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

IsApproved

Declaration
bool IsApproved { get; set; }
Property Value
Type Description
System.Boolean

IsLockedOut

Declaration
bool IsLockedOut { get; set; }
Property Value
Type Description
System.Boolean

LastLockoutDate

Declaration
DateTime? LastLockoutDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

LastLoginDate

Declaration
DateTime? LastLoginDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

PasswordQuestion

Declaration
string PasswordQuestion { get; }
Property Value
Type Description
System.String

ProviderName

Declaration
string ProviderName { get; }
Property Value
Type Description
System.String

Username

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

Extension Methods