Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateMemberRequestModel

    Inheritance
    System.Object
    UpdateContentRequestModelBase<MemberValueModel, MemberVariantRequestModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Member
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateMemberRequestModel : UpdateContentRequestModelBase<MemberValueModel, MemberVariantRequestModel>

    Properties

    View Source

    Email

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

    Groups

    Declaration
    public IEnumerable<Guid>? Groups { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<Guid>>
    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

    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
    View Source

    Username

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