Class SetPasswordModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class SetPasswordModel : object
Properties
View SourcePassword
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResetCode
Declaration
public string ResetCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserId
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |