Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelateOnCopyNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    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
    Type Name Description
    IRelationService relationService
    IAuditService auditService

    Methods

    View Source

    Handle(ContentCopiedNotification)

    Declaration
    public void Handle(ContentCopiedNotification notification)
    Parameters
    Type Name Description
    ContentCopiedNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RelateOnCopyNotificationHandler(IRelationService, IAuditService)
    • Methods
      • Handle(ContentCopiedNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX