Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSavedBlueprintWebhookEvent

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

    Constructors

    View Source

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

    Declaration
    public ContentSavedBlueprintWebhookEvent(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(IContent)

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

    GetEntitiesFromNotification(ContentSavedBlueprintNotification)

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