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