Class MemberCreateModel
Represents a model for creating a member.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class MemberCreateModel : MemberEditingModelBase
Constructors
View SourceMemberCreateModel()
Declaration
public MemberCreateModel()
Properties
View SourceContentTypeKey
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 |
Key
Gets or sets the optional unique key for the member being created.
Declaration
public Guid? Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Password
Gets or sets the password for the new member.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |