Search Results for

    Show / Hide Table of Contents

    Enum WebhookPayloadType

    Namespace: Umbraco.Cms.Core.Webhooks
    Assembly: Umbraco.Core.dll
    Syntax
    public enum WebhookPayloadType

    Fields

    Name Description
    Extended

    Provides the minimal payload extended for certain webhooks with relevant information ready to consume. For example, content delivery API models are provided for content and media save and publish events.

    Legacy

    Legacy payloads containing a mix of minimal information and full service models with legacy integer references.

    Minimal

    Returns the minimal information required to identify the resources affected, providing identifiers to support retrieval of additional detail about the event from the source system.

    Extension Methods

    DictionaryExtensions.MergeLeft<WebhookPayloadType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<WebhookPayloadType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<WebhookPayloadType>()
    ObjectExtensions.AsEnumerableOfOne<WebhookPayloadType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<WebhookPayloadType, TProperty, TVal>(Expression<Func<WebhookPayloadType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<WebhookPayloadType, TProperty>(Expression<Func<WebhookPayloadType, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<WebhookPayloadType>()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX