Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserNotificationsHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class UserNotificationsHandler : INotificationHandler<ContentSavedNotification>, INotificationHandler<ContentSortedNotification>, INotificationHandler<ContentPublishedNotification>, INotificationHandler<ContentMovedNotification>, INotificationHandler<ContentMovedToRecycleBinNotification>, INotificationHandler<ContentCopiedNotification>, INotificationHandler<ContentRolledBackNotification>, INotificationHandler<ContentSentToPublishNotification>, 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
    Type Name Description
    UserNotificationsHandler.Notifier notifier
    ActionCollection actions
    IContentService contentService

    Methods

    View Source

    Handle(AssignedUserGroupPermissionsNotification)

    Declaration
    public void Handle(AssignedUserGroupPermissionsNotification notification)
    Parameters
    Type Name Description
    AssignedUserGroupPermissionsNotification notification
    View Source

    Handle(ContentCopiedNotification)

    Declaration
    public void Handle(ContentCopiedNotification notification)
    Parameters
    Type Name Description
    ContentCopiedNotification notification
    View Source

    Handle(ContentMovedNotification)

    Declaration
    public void Handle(ContentMovedNotification notification)
    Parameters
    Type Name Description
    ContentMovedNotification notification
    View Source

    Handle(ContentMovedToRecycleBinNotification)

    Declaration
    public void Handle(ContentMovedToRecycleBinNotification notification)
    Parameters
    Type Name Description
    ContentMovedToRecycleBinNotification notification
    View Source

    Handle(ContentPublishedNotification)

    Declaration
    public void Handle(ContentPublishedNotification notification)
    Parameters
    Type Name Description
    ContentPublishedNotification notification
    View Source

    Handle(ContentRolledBackNotification)

    Declaration
    public void Handle(ContentRolledBackNotification notification)
    Parameters
    Type Name Description
    ContentRolledBackNotification notification
    View Source

    Handle(ContentSavedNotification)

    Declaration
    public void Handle(ContentSavedNotification notification)
    Parameters
    Type Name Description
    ContentSavedNotification notification
    View Source

    Handle(ContentSentToPublishNotification)

    Declaration
    public void Handle(ContentSentToPublishNotification notification)
    Parameters
    Type Name Description
    ContentSentToPublishNotification notification
    View Source

    Handle(ContentSortedNotification)

    Declaration
    public void Handle(ContentSortedNotification notification)
    Parameters
    Type Name Description
    ContentSortedNotification notification
    View Source

    Handle(ContentUnpublishedNotification)

    Declaration
    public void Handle(ContentUnpublishedNotification notification)
    Parameters
    Type Name Description
    ContentUnpublishedNotification notification
    View Source

    Handle(PublicAccessEntrySavedNotification)

    Declaration
    public void Handle(PublicAccessEntrySavedNotification notification)
    Parameters
    Type Name Description
    PublicAccessEntrySavedNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserNotificationsHandler(UserNotificationsHandler.Notifier, ActionCollection, IContentService)
    • Methods
      • Handle(AssignedUserGroupPermissionsNotification)
      • Handle(ContentCopiedNotification)
      • Handle(ContentMovedNotification)
      • Handle(ContentMovedToRecycleBinNotification)
      • Handle(ContentPublishedNotification)
      • Handle(ContentRolledBackNotification)
      • Handle(ContentSavedNotification)
      • Handle(ContentSentToPublishNotification)
      • Handle(ContentSortedNotification)
      • Handle(ContentUnpublishedNotification)
      • Handle(PublicAccessEntrySavedNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX