• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberBasic

    Used for basic member information

    Inheritance
    System.Object
    EntityBasic
    ContentItemBasic
    ContentItemBasic<ContentPropertyBasic>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberBasic : ContentItemBasic<ContentPropertyBasic>, IContentProperties<ContentPropertyBasic>

    Properties

    View Source

    Approved

    Declaration
    [DataMember(Name = "approved")]
    public bool Approved { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Email

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

    FailedPasswordAttempts

    Declaration
    [DataMember(Name = "failedPasswordAttempts")]
    public int FailedPasswordAttempts { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    LastLockoutDate

    Declaration
    [DataMember(Name = "lastLockoutDate")]
    public DateTime? LastLockoutDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    LastLoginDate

    Declaration
    [DataMember(Name = "lastLoginDate")]
    public DateTime? LastLoginDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    LastPasswordChangeDate

    Declaration
    [DataMember(Name = "lastPasswordChangeDate")]
    public DateTime? LastPasswordChangeDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    LockedOut

    Declaration
    [DataMember(Name = "lockedOut")]
    public bool LockedOut { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Properties

    Declaration
    [DataMember(Name = "properties")]
    public override IEnumerable<ContentPropertyBasic> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentPropertyBasic>
    View Source

    Username

    Declaration
    [DataMember(Name = "username")]
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Approved
      • Email
      • FailedPasswordAttempts
      • LastLockoutDate
      • LastLoginDate
      • LastPasswordChangeDate
      • LockedOut
      • Properties
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX