Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookRequestDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class WebhookRequestDto

    Constructors

    View Source

    WebhookRequestDto()

    Declaration
    public WebhookRequestDto()

    Fields

    View Source

    PrimaryKeyColumnName

    Declaration
    public const string PrimaryKeyColumnName = "id"
    Field Value
    Type Description
    string
    View Source

    TableName

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

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Id

    Declaration
    [PrimaryKeyColumn(AutoIncrement = true)]
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    RequestObject

    Declaration
    [SpecialDbType(SpecialDbTypes.NVARCHARMAX)]
    [NullSetting(NullSetting = NullSettings.Null)]
    public string? RequestObject { get; set; }
    Property Value
    Type Description
    string
    View Source

    RetryCount

    Declaration
    public int RetryCount { get; set; }
    Property Value
    Type Description
    int
    View Source

    WebhookKey

    Declaration
    public Guid WebhookKey { get; set; }
    Property Value
    Type Description
    Guid
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX