View Source
Class UserSavedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class UserSavedNotification : SavedNotification<IUser>, IStatefulNotification, INotification
Constructors
View Source
UserSavedNotification(IEnumerable<IUser>, EventMessages)
Declaration
public UserSavedNotification(IEnumerable<IUser> target, EventMessages messages)
Parameters
View Source
UserSavedNotification(IUser, EventMessages)
Declaration
public UserSavedNotification(IUser target, EventMessages messages)
Parameters