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
    virtual string Description { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Enabled

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

    Events

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

    Headers

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

    Name

    Declaration
    virtual string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Url

    Declaration
    string Url { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeKeys
      • Description
      • Enabled
      • Events
      • Headers
      • Name
      • Url
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX