Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Webhook
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class WebhookModelBase

    Properties

    View Source

    ContentTypeKeys

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

    Enabled

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

    Headers

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

    Url

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