Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProfileModel

    A readonly member profile model

    Inheritance
    System.Object
    PostRedirectModel
    Namespace: Umbraco.Cms.Web.Website.Models
    Assembly: Umbraco.Web.Website.dll
    Syntax
    public class ProfileModel : PostRedirectModel

    Properties

    View Source

    Comments

    Declaration
    public string Comments { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CreatedDate

    Declaration
    public DateTime CreatedDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Email

    Declaration
    [Required]
    [EmailAddress]
    [Display(Name = "Email")]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsApproved

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

    IsLockedOut

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

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    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

    LastPasswordChangedDate

    Declaration
    public DateTime? LastPasswordChangedDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    MemberProperties

    The list of member properties

    Declaration
    public List<MemberPropertyModel> MemberProperties { get; set; }
    Property Value
    Type Description
    List<MemberPropertyModel>
    Remarks

    Adding items to this list on the front-end will not add properties to the member in the database.

    View Source

    Name

    The member's real name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Comments
      • CreatedDate
      • Email
      • IsApproved
      • IsLockedOut
      • Key
      • LastLockoutDate
      • LastLoginDate
      • LastPasswordChangedDate
      • MemberProperties
      • Name
      • UserName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX