View Source
Class UserDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
Constructors
View Source
UserDto()
Declaration
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoUser"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
Avatar
Will hold the media file system relative path of the users custom avatar if they uploaded one
Declaration
public string Avatar { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
Disabled
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EmailConfirmedDate
Declaration
public DateTime? EmailConfirmedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
FailedLoginAttempts
Declaration
public int? FailedLoginAttempts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
InvitedDate
Declaration
public DateTime? InvitedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
Key
Declaration
public Guid Key { get; set; }
Property Value
View Source
Kind
Declaration
public short Kind { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
View Source
LastLockoutDate
Declaration
public DateTime? LastLockoutDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
LastLoginDate
Declaration
public DateTime? LastLoginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
LastPasswordChangeDate
Declaration
public DateTime? LastPasswordChangeDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
Login
Declaration
public string Login { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NoConsole
Declaration
public bool NoConsole { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PasswordConfig
This will represent a JSON structure of how the password has been created (i.e hash algorithm, iterations)
Declaration
public string PasswordConfig { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SecurityStampToken
Declaration
public string SecurityStampToken { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UpdateDate
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
UserGroupDtos
Declaration
public List<UserGroupDto> UserGroupDtos { get; set; }
Property Value
View Source
UserLanguage
Declaration
public string UserLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UserStartNodeDtos
Declaration
public HashSet<UserStartNodeDto> UserStartNodeDtos { get; set; }
Property Value