Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateMemberRequestModel

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

    Fields

    View Source

    ReferenceByIdModel

    Declaration
    public required ReferenceByIdModel
    Field Value
    Type Description
    required

    Properties

    View Source

    Email

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

    Password

    Declaration
    public string Password { 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
    • Fields
      • ReferenceByIdModel
    • Properties
      • Email
      • Password
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX