Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.WebhookEvents.Types

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Types

    Fields

    View Source

    Content

    Webhook event type for content.

    Declaration
    public const string Content = "Content"
    Field Value
    Type Description
    System.String
    View Source

    Media

    Webhook event type for content media.

    Declaration
    public const string Media = "Media"
    Field Value
    Type Description
    System.String
    View Source

    Member

    Webhook event type for content member.

    Declaration
    public const string Member = "Member"
    Field Value
    Type Description
    System.String
    View Source

    Other

    Webhook event type for others, this is the default category if you have not chosen one.

    Declaration
    public const string Other = "Other"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Content
      • Media
      • Member
      • Other
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX