View Source
Class ProfileModel
A readonly member profile model
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ProfileModel : PostRedirectModel
Properties
View Source
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CreationDate
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
Email
Declaration
[Required]
[RegularExpression("[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?", ErrorMessage = "Please enter a valid e-mail address")]
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsLockedOut
Declaration
public bool IsLockedOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LastActivityDate
Declaration
public DateTime LastActivityDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
LastLockoutDate
Declaration
public DateTime LastLockoutDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
LastLoginDate
Declaration
public DateTime LastLoginDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
LastPasswordChangedDate
Declaration
public DateTime LastPasswordChangedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
MemberProperties
The list of member properties
Declaration
public List<UmbracoProperty> MemberProperties { get; set; }
Property Value
View Source
MemberTypeAlias
The member's member type alias
Declaration
public string MemberTypeAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PasswordQuestion
Declaration
public string PasswordQuestion { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
CreateModel()
Declaration
public static ProfileModel CreateModel()
Returns