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