Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Models
    Assembly: Umbraco.Web.Common.dll
    Syntax
    [DataContract]
    public class WebhookViewModel

    Properties

    View Source

    ContentTypeKeys

    Declaration
    [DataMember(Name = "contentTypeKeys")]
    public Guid[] ContentTypeKeys { get; set; }
    Property Value
    Type Description
    Guid[]
    View Source

    Enabled

    Declaration
    [DataMember(Name = "enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Events

    Declaration
    [DataMember(Name = "events")]
    public WebhookEventViewModel[] Events { get; set; }
    Property Value
    Type Description
    WebhookEventViewModel[]
    View Source

    Headers

    Declaration
    [DataMember(Name = "headers")]
    public IDictionary<string, string> Headers { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, System.String>
    View Source

    Id

    Declaration
    [DataMember(Name = "id")]
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Key

    Declaration
    [DataMember(Name = "key")]
    public Guid? Key { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    Url

    Declaration
    [DataMember(Name = "url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeKeys
      • Enabled
      • Events
      • Headers
      • Id
      • Key
      • Url
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX