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