View Source
  Class WebhookLog
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
  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
  
  
    View Source
  
  RequestBody
  
  
  Declaration
  
    public string RequestBody { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  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
  
  
  
  
  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