Class UserPasswordResettingNotification
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UserPasswordResettingNotification : CancelableObjectNotification<IUser>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceUserPasswordResettingNotification(IUser, EventMessages)
Declaration
public UserPasswordResettingNotification(IUser target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IUser | target | |
| EventMessages | messages |
Properties
View SourceUser
Declaration
public IUser User { get; }
Property Value
| Type | Description |
|---|---|
| IUser |