Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserPasswordResettingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IUser>
    CancelableObjectNotification<IUser>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserPasswordResettingNotification : CancelableObjectNotification<IUser>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    UserPasswordResettingNotification(IUser, EventMessages)

    Declaration
    public UserPasswordResettingNotification(IUser target, EventMessages messages)
    Parameters
    Type Name Description
    IUser target
    EventMessages messages

    Properties

    View Source

    User

    Declaration
    public IUser User { get; }
    Property Value
    Type Description
    IUser
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserPasswordResettingNotification(IUser, EventMessages)
    • Properties
      • User
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX