Search Results for

    Show / Hide Table of Contents

    Class MemberIdentityUser

    The identity user used for the member

    Inheritance
    System.Object
    UmbracoIdentityUser
    Namespace: Umbraco.Cms.Core.Security
    Assembly: cs.temp.dll.dll
    Syntax
    public class MemberIdentityUser : UmbracoIdentityUser

    Constructors

    MemberIdentityUser()

    Declaration
    public MemberIdentityUser()

    MemberIdentityUser(Int32)

    Initializes a new instance of the MemberIdentityUser class.

    Declaration
    public MemberIdentityUser(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    Properties

    Comments

    Gets or sets the member's comments

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

    CreatedDateUtc

    Declaration
    public DateTime CreatedDateUtc { get; set; }
    Property Value
    Type Description
    System.DateTime

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    System.Guid

    LastLockoutDateUtc

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

    MemberTypeAlias

    Gets or sets the alias of the member type

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

    Methods

    CreateNew(String, String, String, Boolean, String)

    Used to construct a new instance without an identity

    Declaration
    public static MemberIdentityUser CreateNew(string username, string email, string memberTypeAlias, bool isApproved, string name = null)
    Parameters
    Type Name Description
    System.String username
    System.String email
    System.String memberTypeAlias
    System.Boolean isApproved
    System.String name
    Returns
    Type Description
    MemberIdentityUser
    In This Article
    • Constructors
      • MemberIdentityUser()
      • MemberIdentityUser(Int32)
    • Properties
      • Comments
      • CreatedDateUtc
      • Key
      • LastLockoutDateUtc
      • MemberTypeAlias
    • Methods
      • CreateNew(String, String, String, Boolean, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX