Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEmptiedRecycleBinWebhookEvent

    Inheritance
    System.Object
    WebhookEventBase<ContentEmptiedRecycleBinNotification>
    WebhookEventContentBase<ContentEmptiedRecycleBinNotification, IContent>
    Namespace: Umbraco.Cms.Core.Webhooks.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentEmptiedRecycleBinWebhookEvent : WebhookEventContentBase<ContentEmptiedRecycleBinNotification, IContent>, IWebhookEvent, INotificationAsyncHandler<ContentEmptiedRecycleBinNotification>, INotificationHandler

    Constructors

    View Source

    ContentEmptiedRecycleBinWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor, IPublishedSnapshotAccessor, IApiContentBuilder)

    Declaration
    public ContentEmptiedRecycleBinWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webhookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor, IPublishedSnapshotAccessor publishedSnapshotAccessor, IApiContentBuilder apiContentBuilder)
    Parameters
    Type Name Description
    IWebhookFiringService webhookFiringService
    IWebhookService webhookService
    IOptionsMonitor<WebhookSettings> webhookSettings
    IServerRoleAccessor serverRoleAccessor
    IPublishedSnapshotAccessor publishedSnapshotAccessor
    IApiContentBuilder apiContentBuilder

    Properties

    View Source

    Alias

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

    Methods

    View Source

    ConvertEntityToRequestPayload(IContent)

    Declaration
    protected override object ConvertEntityToRequestPayload(IContent entity)
    Parameters
    Type Name Description
    IContent entity
    Returns
    Type Description
    System.Object
    View Source

    GetEntitiesFromNotification(ContentEmptiedRecycleBinNotification)

    Declaration
    protected override IEnumerable<IContent> GetEntitiesFromNotification(ContentEmptiedRecycleBinNotification notification)
    Parameters
    Type Name Description
    ContentEmptiedRecycleBinNotification notification
    Returns
    Type Description
    IEnumerable<IContent>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentEmptiedRecycleBinWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor, IPublishedSnapshotAccessor, IApiContentBuilder)
    • Properties
      • Alias
    • Methods
      • ConvertEntityToRequestPayload(IContent)
      • GetEntitiesFromNotification(ContentEmptiedRecycleBinNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX