Enum WebhookOperationStatus
Represents the status of a webhook operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum WebhookOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| NoEvents | The operation failed because no events were specified for the webhook. |
| NotFound | The operation failed because the webhook could not be found. |
| Success | The operation completed successfully. |