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