View Source
Class MemberSave
A model representing a content item to be saved
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberSave : ContentBaseSave<IMember>, IContentProperties<ContentPropertyBasic>, IContentSave<IMember>, IHaveUploadedFiles
Properties
View Source
Returns the value from the Comments property
Declaration
public string Comments { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Groups
Declaration
public IEnumerable<string> Groups { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
IsApproved
Returns the value from the IsApproved property
Declaration
public bool IsApproved { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsLockedOut
Returns the value from the IsLockedOut property
Declaration
public bool IsLockedOut { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Password
Declaration
public ChangingPasswordModel Password { get; set; }
Property Value
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|