Search Results for

    Show / Hide Table of Contents
    View Source

    Class RequestPasswordResetModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "requestPasswordReset", Namespace = "")]
    public class RequestPasswordResetModel

    Properties

    View Source

    Email

    Declaration
    [Required]
    [DataMember(Name = "email", IsRequired = true)]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Email
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX