Search Results for

    Show / Hide Table of Contents
    View Source

    Class Webhook2ContentTypeKeysDto

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

    Properties

    View Source

    ContentTypeKey

    Declaration
    [Column("entityKey")]
    public Guid ContentTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    WebhookId

    Declaration
    [Column("webhookId")]
    [PrimaryKeyColumn(AutoIncrement = false, Name = "PK_webhookEntityKey2Webhook", OnColumns = "webhookId, entityKey")]
    [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