Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSortedWebhookEvent

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

    Constructors

    View Source

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

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

    ConvertNotificationToRequestPayload(ContentSortedNotification)

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