Class RelateOnTrashNotificationHandler
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public sealed class RelateOnTrashNotificationHandler : INotificationHandler<ContentMovedNotification>
Constructors
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
Handle(ContentMovedNotification)
Declaration
public void Handle(ContentMovedNotification notification)
Parameters
| Type |
Name |
Description |
| ContentMovedNotification |
notification |
|
Handle(ContentMovedToRecycleBinNotification)
Declaration
public void Handle(ContentMovedToRecycleBinNotification notification)
Parameters
| Type |
Name |
Description |
| ContentMovedToRecycleBinNotification |
notification |
|
Declaration
public void Handle(MediaMovedNotification notification)
Parameters
| Type |
Name |
Description |
| MediaMovedNotification |
notification |
|
Declaration
public void Handle(MediaMovedToRecycleBinNotification notification)
Parameters
| Type |
Name |
Description |
| MediaMovedToRecycleBinNotification |
notification |
|