Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberCreateModel

    Represents a model for creating a member.

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

    Constructors

    View Source

    MemberCreateModel()

    Declaration
    public MemberCreateModel()

    Properties

    View Source

    ContentTypeKey

    Gets or sets the key of the member type for the member being created.

    Declaration
    public Guid ContentTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Key

    Gets or sets the optional unique key for the member being created.

    Declaration
    public Guid? Key { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    Password

    Gets or sets the password for the new member.

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