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