Search Results for

    Show / Hide Table of Contents
    View Source

    Class InvitePasswordModel

    A model used for setting a new password for a user that has been invited to Umbraco.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Models
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class InvitePasswordModel

    Properties

    View Source

    NewPassword

    Gets or sets the desired password for the user.

    Declaration
    [Required]
    [DataType(DataType.Password)]
    [Display(Name = "New password")]
    [StringLength(256)]
    public string NewPassword { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • NewPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX