Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberUpdateModel

    Inheritance
    System.Object
    ContentEditingModelBase
    MemberEditingModelBase
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberUpdateModel : MemberEditingModelBase

    Properties

    View Source

    IsLockedOut

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

    IsTwoFactorEnabled

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

    NewPassword

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

    OldPassword

    Declaration
    public string OldPassword { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsLockedOut
      • IsTwoFactorEnabled
      • NewPassword
      • OldPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX