View Source
Class PublicAccessEntrySavedWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PublicAccessEntrySavedWebhookEvent : WebhookEventBase<PublicAccessEntrySavedNotification>, IWebhookEvent, INotificationAsyncHandler<PublicAccessEntrySavedNotification>, INotificationHandler
Constructors
View Source
PublicAccessEntrySavedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public PublicAccessEntrySavedWebhookEvent(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(PublicAccessEntrySavedNotification)
Declaration
public override object ConvertNotificationToRequestPayload(PublicAccessEntrySavedNotification notification)
Parameters
Returns
Type |
Description |
System.Object |
|