Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemSavedWebhookEvent

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

    Constructors

    View Source

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

    Declaration
    public DictionaryItemSavedWebhookEvent(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(DictionaryItemSavedNotification)

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