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 |
|---|---|---|
| string | ipAddress | |
| string | affectedUserId | |
| string | performingUserId |