View Source
Class ContentPublishedWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentPublishedWebhookEvent : WebhookEventContentBase<ContentPublishedNotification, IContent>, IWebhookEvent, INotificationAsyncHandler<ContentPublishedNotification>, INotificationHandler
Constructors
View Source
ContentPublishedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor, IApiContentBuilder, IPublishedContentCache)
Declaration
public ContentPublishedWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webhookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor, IApiContentBuilder apiContentBuilder, IPublishedContentCache publishedContentCache)
Parameters
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
Returns
Type |
Description |
System.Object |
|
View Source
GetEntitiesFromNotification(ContentPublishedNotification)
Declaration
protected override IEnumerable<IContent> GetEntitiesFromNotification(ContentPublishedNotification notification)
Parameters
Returns