View Source
Class ContentSortedWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentSortedWebhookEvent : WebhookEventBase<ContentSortedNotification>, IWebhookEvent, INotificationAsyncHandler<ContentSortedNotification>, INotificationHandler
Constructors
View Source
ContentSortedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor, IPublishedContentCache, IApiContentBuilder)
Declaration
public ContentSortedWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webhookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor, IPublishedContentCache contentCache, IApiContentBuilder apiContentBuilder)
Parameters
Properties
View Source
Alias
Declaration
public override string Alias { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
ConvertNotificationToRequestPayload(ContentSortedNotification)
Declaration
public override object ConvertNotificationToRequestPayload(ContentSortedNotification notification)
Parameters
Returns
Type |
Description |
System.Object |
|