Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCopiedWebhookEvent

    Inheritance
    System.Object
    WebhookEventBase<ContentCopiedNotification>
    Namespace: Umbraco.Cms.Core.Webhooks.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentCopiedWebhookEvent : WebhookEventBase<ContentCopiedNotification>, IWebhookEvent, INotificationAsyncHandler<ContentCopiedNotification>, INotificationHandler

    Constructors

    View Source

    ContentCopiedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)

    Declaration
    public ContentCopiedWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webhookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor)
    Parameters
    Type Name Description
    IWebhookFiringService webhookFiringService
    IWebhookService webhookService
    IOptionsMonitor<WebhookSettings> webhookSettings
    IServerRoleAccessor serverRoleAccessor

    Properties

    View Source

    Alias

    Declaration
    public override string Alias { get; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    ConvertNotificationToRequestPayload(ContentCopiedNotification)

    Declaration
    public override object ConvertNotificationToRequestPayload(ContentCopiedNotification notification)
    Parameters
    Type Name Description
    ContentCopiedNotification notification
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentCopiedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
    • Properties
      • Alias
    • Methods
      • ConvertNotificationToRequestPayload(ContentCopiedNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX