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