View Source
Class UserPasswordResettingNotification
Inheritance
System.Object
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
Properties
View Source
User
Declaration
public IUser User { get; }
Property Value