View Source
Class UserForgotPasswordChangedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserForgotPasswordChangedNotification : UserNotification, INotification
Constructors
View Source
UserForgotPasswordChangedNotification(String, String, String)
Declaration
public UserForgotPasswordChangedNotification(string ipAddress, string affectedUserId, string performingUserId)
Parameters
Type |
Name |
Description |
System.String |
ipAddress |
|
System.String |
affectedUserId |
|
System.String |
performingUserId |
|