Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangeUserPasswordModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class ChangeUserPasswordModel

    Properties

    View Source

    OldPassword

    Declaration
    public string OldPassword { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ResetPasswordToken

    Declaration
    public string ResetPasswordToken { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UserKey

    Declaration
    public Guid UserKey { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • OldPassword
      • ResetPasswordToken
      • UserKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX