View Source
Class StylesheetSavedWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class StylesheetSavedWebhookEvent : WebhookEventBase<StylesheetSavedNotification>, IWebhookEvent, INotificationAsyncHandler<StylesheetSavedNotification>, INotificationHandler
Constructors
View Source
StylesheetSavedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public StylesheetSavedWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webHookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor)
Parameters
Properties
View Source
Alias
Declaration
public override string Alias { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
ConvertNotificationToRequestPayload(StylesheetSavedNotification)
Declaration
public override object ConvertNotificationToRequestPayload(StylesheetSavedNotification notification)
Parameters
Returns
Type |
Description |
System.Object |
|