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