Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhook

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWebhook : IEntity, IDeepCloneable

    Properties

    View Source

    ContentTypeKeys

    Declaration
    Guid[] ContentTypeKeys { get; set; }
    Property Value
    Type Description
    Guid[]
    View Source

    Description

    Declaration
    string? Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Enabled

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Events

    Declaration
    string[] Events { get; set; }
    Property Value
    Type Description
    string[]
    View Source

    Headers

    Declaration
    IDictionary<string, string> Headers { get; set; }
    Property Value
    Type Description
    IDictionary<string, string>
    View Source

    Name

    Declaration
    string? Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Url

    Declaration
    string Url { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX