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