Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentMovedToRecycleBinWebhookEvent

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

    Constructors

    View Source

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

    Declaration
    public ContentMovedToRecycleBinWebhookEvent(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(ContentMovedToRecycleBinNotification)

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