Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberUpdateModel

    Represents a model for updating a member.

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

    Constructors

    View Source

    MemberUpdateModel()

    Declaration
    public MemberUpdateModel()

    Properties

    View Source

    IsLockedOut

    Gets or sets a value indicating whether the member is locked out.

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

    IsTwoFactorEnabled

    Gets or sets a value indicating whether two-factor authentication is enabled for the member.

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

    NewPassword

    Gets or sets the new password to set for the member.

    Declaration
    public string? NewPassword { get; set; }
    Property Value
    Type Description
    string
    View Source

    OldPassword

    Gets or sets the old password for password change verification.

    Declaration
    public string? OldPassword { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX