Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaMovedToRecycleBinWebhookEvent

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

    Constructors

    View Source

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

    Declaration
    public MediaMovedToRecycleBinWebhookEvent(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

    ConvertEntityToRequestPayload(IMedia)

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

    GetEntitiesFromNotification(MediaMovedToRecycleBinNotification)

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