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