View Source
Class UserNotificationsHandler
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class UserNotificationsHandler : INotificationHandler<ContentSavedNotification>, INotificationHandler<ContentSortedNotification>, INotificationHandler<ContentPublishedNotification>, INotificationHandler<ContentMovedNotification>, INotificationHandler<ContentMovedToRecycleBinNotification>, INotificationHandler<ContentCopiedNotification>, INotificationHandler<ContentRolledBackNotification>, INotificationHandler<ContentUnpublishedNotification>, INotificationHandler<AssignedUserGroupPermissionsNotification>, INotificationHandler<PublicAccessEntrySavedNotification>, INotificationHandler
Constructors
View Source
UserNotificationsHandler(UserNotificationsHandler.Notifier, ActionCollection, IContentService)
Declaration
public UserNotificationsHandler(UserNotificationsHandler.Notifier notifier, ActionCollection actions, IContentService contentService)
Parameters
Methods
View Source
Handle(AssignedUserGroupPermissionsNotification)
Declaration
public void Handle(AssignedUserGroupPermissionsNotification notification)
Parameters
View Source
Handle(ContentCopiedNotification)
Declaration
public void Handle(ContentCopiedNotification notification)
Parameters
View Source
Handle(ContentMovedNotification)
Declaration
public void Handle(ContentMovedNotification notification)
Parameters
View Source
Handle(ContentMovedToRecycleBinNotification)
Declaration
public void Handle(ContentMovedToRecycleBinNotification notification)
Parameters
View Source
Handle(ContentPublishedNotification)
Declaration
public void Handle(ContentPublishedNotification notification)
Parameters
View Source
Handle(ContentRolledBackNotification)
Declaration
public void Handle(ContentRolledBackNotification notification)
Parameters
View Source
Handle(ContentSavedNotification)
Declaration
public void Handle(ContentSavedNotification notification)
Parameters
View Source
Handle(ContentSortedNotification)
Declaration
public void Handle(ContentSortedNotification notification)
Parameters
View Source
Handle(ContentUnpublishedNotification)
Declaration
public void Handle(ContentUnpublishedNotification notification)
Parameters
View Source
Handle(PublicAccessEntrySavedNotification)
Declaration
public void Handle(PublicAccessEntrySavedNotification notification)
Parameters