Class UserLoginFailedNotification
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UserLoginFailedNotification : UserNotification, INotification
Constructors
View SourceUserLoginFailedNotification(String, String, String)
Declaration
public UserLoginFailedNotification(string ipAddress, string affectedUserId, string performingUserId)
Parameters
Type | Name | Description |
---|---|---|
System.String | ipAddress | |
System.String | affectedUserId | |
System.String | performingUserId |