Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookLog

    Inheritance
    System.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
    System.String
    View Source

    ExceptionOccured

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

    Id

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

    IsSuccessStatusCode

    Declaration
    public bool IsSuccessStatusCode { get; set; }
    Property Value
    Type Description
    System.Boolean
    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
    System.String
    View Source

    RequestHeaders

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

    ResponseBody

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

    ResponseHeaders

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

    RetryCount

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

    StatusCode

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

    Url

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

    WebhookKey

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