View Source
Class RelateOnTrashNotificationHandler
Inheritance
System.Object
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
View Source
RelateOnTrashNotificationHandler(IRelationService, IEntityService, ILocalizedTextService, IAuditService, IScopeProvider, IBackOfficeSecurityAccessor)
Declaration
public RelateOnTrashNotificationHandler(IRelationService relationService, IEntityService entityService, ILocalizedTextService textService, IAuditService auditService, IScopeProvider scopeProvider, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
Methods
View Source
Handle(ContentMovedNotification)
Declaration
public void Handle(ContentMovedNotification notification)
Parameters
View Source
Handle(ContentMovedToRecycleBinNotification)
Declaration
public void Handle(ContentMovedToRecycleBinNotification notification)
Parameters
View Source
Declaration
public void Handle(MediaMovedNotification notification)
Parameters
View Source
Declaration
public void Handle(MediaMovedToRecycleBinNotification notification)
Parameters