View Source
Class MemberBasic
Used for basic member information
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberBasic : ContentItemBasic<ContentPropertyBasic>, IContentProperties<ContentPropertyBasic>
Properties
View Source
Approved
Declaration
[DataMember(Name = "approved")]
public bool Approved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Email
Declaration
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
FailedPasswordAttempts
Declaration
[DataMember(Name = "failedPasswordAttempts")]
public int FailedPasswordAttempts { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
LastLockoutDate
Declaration
[DataMember(Name = "lastLockoutDate")]
public DateTime? LastLockoutDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
LastLoginDate
Declaration
[DataMember(Name = "lastLoginDate")]
public DateTime? LastLoginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
LastPasswordChangeDate
Declaration
[DataMember(Name = "lastPasswordChangeDate")]
public DateTime? LastPasswordChangeDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
LockedOut
Declaration
[DataMember(Name = "lockedOut")]
public bool LockedOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Properties
Declaration
[DataMember(Name = "properties")]
public override IEnumerable<ContentPropertyBasic> Properties { get; set; }
Property Value
View Source
Username
Declaration
[DataMember(Name = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|