Class UserDeletedNotification
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class UserDeletedNotification : DeletedNotification<IUser>, IStatefulNotification, INotification
Constructors
View SourceUserDeletedNotification(IUser, EventMessages)
Declaration
public UserDeletedNotification(IUser target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IUser | target | |
EventMessages | messages |