Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<WebhookOperationStatus, TProperty>(WebhookOperationStatus, Expression<Func<WebhookOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<WebhookOperationStatus, TK, TV>(WebhookOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<WebhookOperationStatus, TK, TV>(WebhookOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<WebhookOperationStatus>(WebhookOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<WebhookOperationStatus>(WebhookOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX