Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTypeChangedWebhookEvent

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

    Constructors

    View Source

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

    Declaration
    public MediaTypeChangedWebhookEvent(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(MediaTypeChangedNotification)

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