Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelateOnTrashNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class RelateOnTrashNotificationHandler : INotificationHandler<ContentMovedNotification>, INotificationHandler<ContentMovedToRecycleBinNotification>, INotificationHandler<MediaMovedNotification>, INotificationHandler<MediaMovedToRecycleBinNotification>, INotificationHandler

    Constructors

    View Source

    RelateOnTrashNotificationHandler(IRelationService, IEntityService, ILocalizedTextService, IAuditService, IScopeProvider)

    Declaration
    public RelateOnTrashNotificationHandler(IRelationService relationService, IEntityService entityService, ILocalizedTextService textService, IAuditService auditService, IScopeProvider scopeProvider)
    Parameters
    Type Name Description
    IRelationService relationService
    IEntityService entityService
    ILocalizedTextService textService
    IAuditService auditService
    IScopeProvider scopeProvider

    Methods

    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(MediaMovedNotification)

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

    Handle(MediaMovedToRecycleBinNotification)

    Declaration
    public void Handle(MediaMovedToRecycleBinNotification notification)
    Parameters
    Type Name Description
    MediaMovedToRecycleBinNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RelateOnTrashNotificationHandler(IRelationService, IEntityService, ILocalizedTextService, IAuditService, IScopeProvider)
    • Methods
      • Handle(ContentMovedNotification)
      • Handle(ContentMovedToRecycleBinNotification)
      • Handle(MediaMovedNotification)
      • Handle(MediaMovedToRecycleBinNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX