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