View Source
Class UserSave
Represents the data used to persist a user
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserSave : EntityBasic
Properties
View Source
ChangePassword
Declaration
public ChangingPasswordModel ChangePassword { get; set; }
Property Value
View Source
Culture
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
StartContentIds
Declaration
public int[] StartContentIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
View Source
StartMediaIds
Declaration
public int[] StartMediaIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
View Source
UserGroups
Declaration
public IEnumerable<string> UserGroups { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
Validate(ValidationContext)
Declaration
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type |
Name |
Description |
ValidationContext |
validationContext |
|
Returns
Type |
Description |
IEnumerable<ValidationResult> |
|