• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UserDto

    Constructors

    View Source

    UserDto()

    Declaration
    public UserDto()

    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

    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

    TourData

    A Json blob stored for recording tour data for a user

    Declaration
    public string TourData { 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
    Type Description
    List<UserGroupDto>
    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
    Type Description
    HashSet<UserStartNodeDto>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserDto()
    • Fields
      • TableName
    • Properties
      • Avatar
      • CreateDate
      • Disabled
      • Email
      • EmailConfirmedDate
      • FailedLoginAttempts
      • Id
      • InvitedDate
      • LastLockoutDate
      • LastLoginDate
      • LastPasswordChangeDate
      • Login
      • NoConsole
      • Password
      • PasswordConfig
      • SecurityStampToken
      • TourData
      • UpdateDate
      • UserGroupDtos
      • UserLanguage
      • UserName
      • UserStartNodeDtos
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX