Search Results for

    Show / Hide Table of Contents
    View Source

    Class Webhook2EventsDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [TableName("umbracoWebhook2Events")]
    public class Webhook2EventsDto

    Fields

    View Source

    TableName

    Declaration
    public const string TableName = "umbracoWebhook2Events"
    Field Value
    Type Description
    string

    Properties

    View Source

    Event

    Declaration
    [Column("event")]
    public string Event { get; set; }
    Property Value
    Type Description
    string
    View Source

    WebhookId

    Declaration
    [Column("webhookId")]
    [PrimaryKeyColumn(AutoIncrement = false, Name = "PK_webhookEvent2WebhookDto", OnColumns = "webhookId, event")]
    [ForeignKey(typeof(WebhookDto), OnDelete = Rule.Cascade)]
    public int WebhookId { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX