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