Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookLog

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookLog

    Properties

    View Source

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    EventAlias

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

    ExceptionOccured

    Declaration
    public bool ExceptionOccured { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Id

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

    IsSuccessStatusCode

    Declaration
    public bool IsSuccessStatusCode { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    RequestBody

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

    RequestHeaders

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

    ResponseBody

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

    ResponseHeaders

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

    RetryCount

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

    StatusCode

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

    Url

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

    WebhookKey

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