View Source
Class RelateOnCopyNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RelateOnCopyNotificationHandler : INotificationHandler<ContentCopiedNotification>, INotificationHandler
Constructors
View Source
RelateOnCopyNotificationHandler(IRelationService, IAuditService)
Declaration
public RelateOnCopyNotificationHandler(IRelationService relationService, IAuditService auditService)
Parameters
Methods
View Source
Handle(ContentCopiedNotification)
Declaration
public void Handle(ContentCopiedNotification notification)
Parameters